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!)
A281645 Numbers k such that 4*10^k + 79 is prime. 0
0, 2, 3, 6, 8, 24, 36, 38, 45, 47, 57, 68, 69, 125, 672, 690, 999, 1199, 3512, 4013, 4208, 12042, 18492, 21945, 31158, 43430, 48548, 117123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 4 followed by k-2 occurrences of the digit 0 followed by the digits 79 is prime (see Example section).
a(29) > 2*10^5.
LINKS
Makoto Kamada, Search for 40w79.
EXAMPLE
3 is in this sequence because 4*10^3 + 79 = 4079 is prime.
Initial terms and primes associated:
a(1) = 0, 83;
a(2) = 2, 479;
a(3) = 3, 4079;
a(4) = 6, 4000079;
a(5) = 8, 400000079; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[4*10^# + 79] &]
CROSSREFS
Sequence in context: A153915 A355581 A093705 * A351853 A224211 A187026
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 25 2017
EXTENSIONS
a(28) from Robert Price, Aug 10 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 April 23 11:04 EDT 2024. Contains 371905 sequences. (Running on oeis4.)