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!)
A281644 Numbers k such that 2*10^k + 41 is prime. 0
0, 1, 2, 5, 11, 13, 14, 36, 37, 41, 43, 49, 53, 138, 146, 269, 313, 428, 517, 860, 1297, 3185, 4477, 6737, 14204, 68744, 170767, 184723 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k > 1, numbers k such that the digit 2 followed by k-2 occurrences of the digit 0 followed by the digits 41 is prime (see Example section).
a(29) > 2*10^5.
LINKS
Makoto Kamada, Search for 20w41.
EXAMPLE
2 is in this sequence because 2*10^2 + 41 = 241 is prime.
Initial terms and associated primes:
a(1) = 0, 43;
a(2) = 1, 61;
a(3) = 2, 24;
a(4) = 5, 200041;
a(5) = 11, 200000000041; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[2*10^# + 41 &]
CROSSREFS
Sequence in context: A065433 A032541 A363981 * A075749 A138837 A038899
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 25 2017
EXTENSIONS
a(27)-a(28) from Robert Price, May 05 2018
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 July 13 04:25 EDT 2024. Contains 374266 sequences. (Running on oeis4.)