login
This site is supported by donations to The OEIS Foundation.

 

Logo


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A201820 Numbers n such that 90*n + 23 is prime. 13
0, 1, 3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 17, 19, 20, 21, 22, 25, 28, 29, 32, 34, 39, 40, 42, 45, 47, 50, 52, 53, 55, 57, 59, 63, 64, 67, 68, 70, 76, 78, 84, 85, 87, 90, 95, 96, 97, 99, 102, 103, 105, 108, 109, 110, 112, 113, 116, 119, 122, 123, 125, 129, 131 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,3

COMMENTS

This sequence was generated by adding 12 Fibonacci-like sequences. Looking at the format 90n+23 modulo 9 and modulo 10 we see that all entries of A142324 have digital root 5 and last digit 3. (Reverting the process is an application of the Chinese remainder theorem.)

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..10000

FORMULA

a(n) = (A142324(n)-23)/90.

MATHEMATICA

Select[Range[0, 400], PrimeQ[90 #+23]&] (* Vincenzo Librandi, Dec 11 2011 *)

PROG

(MAGMA) [n: n in [0..200] | IsPrime(90*n+23)]; // Vincenzo Librandi, Dec 11 2011

CROSSREFS

Cf. A181732, A198382, A195993, A196000, A196007, A201739, A201734, A201804, A201816, A201817, A201818.

Sequence in context: A105454 A127260 A089530 * A191775 A133512 A047515

Adjacent sequences:  A201817 A201818 A201819 * A201821 A201822 A201823

KEYWORD

nonn,easy

AUTHOR

J. W. Helkenberg, Dec 05 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Superseeker | Recent | More pages
The OEIS Community | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified September 10 19:13 EDT 2015. Contains 261502 sequences.