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!)
A280924 Numbers k such that 8*10^k + 39 is prime. 0
0, 2, 3, 4, 14, 27, 35, 42, 53, 60, 89, 117, 126, 137, 162, 207, 281, 472, 2752, 3381, 6462, 12183, 14910, 29205, 40883, 50675, 78717, 83880, 99113 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 8 followed by k-2 occurrences of the digit 0 followed by the digits 39 is prime (see Example section).
a(30) > 2*10^5.
LINKS
Makoto Kamada, Search for 80w39.
EXAMPLE
3 is in this sequence because 8*10^3 + 39 = 8039 is prime.
Initial terms and primes associated:
a(1) = 0, 47;
a(2) = 2, 839;
a(3) = 3, 8039;
a(4) = 4, 80039;
a(5) = 14, 800000000000039; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[8*10^# + 39] &]
CROSSREFS
Sequence in context: A317737 A188533 A163128 * A295756 A140047 A297840
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)