login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A201804 Numbers k such that 90*k + 11 is prime. 17
0, 1, 2, 3, 5, 7, 9, 10, 12, 13, 15, 16, 19, 20, 21, 23, 26, 27, 28, 29, 30, 31, 36, 41, 43, 47, 49, 52, 54, 56, 58, 61, 62, 65, 68, 69, 70, 72, 73, 75, 79, 80, 83, 87, 90, 92, 97, 98, 100, 103, 104, 105, 106, 112, 113, 114, 118, 124, 125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
This sequence was generated by adding 12 Fibonacci-like sequences. Looking at 90*k+11 modulo 9 and modulo 10 we see that all entries of A142317 have digital root 2 and last digit 1. (Reverting the process is an application of the Chinese remainder theorem)
LINKS
MATHEMATICA
Select[Range[0, 40000], PrimeQ[90 #+11]&] (* Vincenzo Librandi, Dec 11 2011 *)
PROG
(Magma) [n: n in [0..200] | IsPrime(90*n+11)]; // Vincenzo Librandi, Dec 11 2011
CROSSREFS
Sequence in context: A339238 A168543 A026277 * A245227 A226249 A076355
KEYWORD
nonn,easy
AUTHOR
J. W. Helkenberg, Dec 05 2011
EXTENSIONS
a(24)-a(59) from Vincenzo Librandi, Dec 11 2011
STATUS
approved

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

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 25 01:19 EDT 2024. Contains 375418 sequences. (Running on oeis4.)