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!)
A282280 Numbers k such that 39*10^k + 1 is prime. 0
4, 6, 12, 14, 18, 26, 40, 46, 114, 138, 194, 484, 889, 939, 1264, 1808, 1964, 2077, 5929, 6512, 8892, 10862, 38120, 53664, 88822 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>0, numbers such that the digits 39 followed by k-1 occurrences of the digit 0 followed by the digit 1 is prime (see Example section).
a(26) > 10^5.
LINKS
Makoto Kamada, Search for 390w1.
EXAMPLE
6 is in this sequence because 39*10^6 + 1 = 39000001 is prime.
Initial terms and primes associated:
a(1) = 4, 390001;
a(2) = 6, 39000001;
a(3) = 12, 39000000000001;
a(4) = 14, 3900000000000001;
a(5) = 18, 39000000000000000001; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[39*10^# + 1] &]
CROSSREFS
Sequence in context: A110178 A318712 A140599 * A320495 A047406 A136415
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 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 May 2 17:35 EDT 2024. Contains 372203 sequences. (Running on oeis4.)