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!)
A294122 Numbers k such that 3*10^k + 37 is prime. 0
1, 2, 3, 7, 9, 15, 18, 23, 39, 147, 1104, 1158, 1466, 1514, 1935, 2149, 2203, 2553, 2730, 7169, 9807, 17684, 23828, 25824, 27207, 55679, 94964, 122977, 206927 (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 37 is prime (see Example section).
a(30) > 3*10^5.
LINKS
Makoto Kamada, Search for 30w37
EXAMPLE
2 is in this sequence because 3*10^2 + 37 = 337 is prime.
Initial terms and primes associated:
a(1) = 1, 67;
a(2) = 2, 337;
a(3) = 3, 3037;
a(4) = 7, 30000037;
a(5) = 9, 3000000037; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[3*10^# + 37] &]
CROSSREFS
Sequence in context: A019312 A135369 A294283 * A211539 A109660 A236544
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 23 2017
EXTENSIONS
a(28) from Robert Price, Aug 15 2018
a(29) from Robert Price, Oct 26 2023
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)