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!)
A294918 Numbers k such that 4*10^k + 39 is prime. 0
0, 1, 2, 4, 6, 12, 19, 23, 24, 86, 110, 120, 258, 359, 584, 1144, 2833, 10346, 13333, 23238, 29546, 44356, 59292 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k > 1, numbers such that the digit 4 followed by k-2 occurrences of the digit 0 followed by the digits 39 is prime (see Example section).
a(24) > 2*10^5.
LINKS
Makoto Kamada, Search for 40w39
EXAMPLE
2 is in this sequence because 4*10^2 + 39 = 439 is prime.
Initial terms and primes associated:
a(1) = 0, 43;
a(2) = 1, 79;
a(3) = 2, 439;
a(4) = 4, 40039;
a(5) = 6, 4000039; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[4*10^# + 39] &]
CROSSREFS
Sequence in context: A068018 A358650 A357546 * A347474 A370638 A331872
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 10 2017
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 April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)