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!)
A302122 Numbers k such that 3*10^k + 29 is prime. 0
1, 4, 6, 16, 17, 22, 34, 40, 46, 67, 78, 457, 642, 1037, 1615, 3607, 6270, 10945, 12221, 27606, 27623, 49645, 136829, 180852 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 3 followed by k-2 occurrences of the digit 0 followed by the digits 29 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 30w29.
EXAMPLE
4 is in this sequence because 3*10^4 + 29 = 30029 is prime.
Initial terms and associated primes:
a(1) = 1, 59;
a(2) = 4, 30029;
a(3) = 6, 3000029;
a(4) = 16, 30000000000000029;
a(5) = 17, 300000000000000029; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[3*10^# + 29] &]
CROSSREFS
Sequence in context: A328965 A133092 A240034 * A056222 A186201 A138624
KEYWORD
nonn,more,hard,changed
AUTHOR
Robert Price, Apr 01 2018
EXTENSIONS
a(23)-a(24) from Robert Price, May 11 2018
a(14)-a(15) inserted from Kamada data by Tyler Busby, Apr 15 2024
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)