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!)
A294396 Numbers k such that 12*10^k + 1 is prime. 0
0, 2, 38, 80, 9230, 25598, 39500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
k must be even since 12*10^k + 1 is divisible by 11 if k is odd. - Robert G. Wilson v, Feb 12 2018
a(7) > 27440. - Robert G. Wilson v, Feb 17 2018
a(8) > 10^5. - Jeppe Stig Nielsen, Jan 31 2023
LINKS
EXAMPLE
13 and 1201 are prime, so 0 and 2 are the initial values.
MATHEMATICA
ParallelMap[ If[ PrimeQ[12*10^# +1], #, Nothing] &, 2 + 6Range@ 4500] (* Robert G. Wilson v, Feb 13 2018 *)
PROG
(PARI) isok(k) = isprime(12*10^k + 1); \\ Altug Alkan, Mar 04 2018
CROSSREFS
Cf. A062339 (primes with digit sum 4).
Sequence in context: A050899 A068401 A173026 * A075459 A050248 A337773
KEYWORD
nonn,more
AUTHOR
Patrick A. Thomas, Feb 12 2018
EXTENSIONS
a(5) from Robert G. Wilson v, Feb 12 2018
a(6) from Robert G. Wilson v, Feb 13 2018
a(7) from Jeppe Stig Nielsen, Jan 28 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 24 20:06 EDT 2024. Contains 371963 sequences. (Running on oeis4.)