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!)
A293687 Numbers k such that (11*10^k - 137)/9 is prime. 0
2, 5, 21, 23, 47, 75, 107, 110, 188, 261, 617, 872, 965, 2735, 10145, 12572, 13364, 14570, 195350 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers such that the digit 1 followed by k-2 occurrences of the digit 2 followed by the digits 07 is prime (see Example section).
a(20) > 2*10^5.
LINKS
Makoto Kamada, Search for 12w07
EXAMPLE
2 is in this sequence because (11*10^2 - 137)/9 = 107 is prime.
Initial terms and primes associated:
a(1) = 2, 107;
a(2) = 5, 122207;
a(3) = 21, 1222222222222222222207;
a(4) = 23, 122222222222222222222207;
a(5) = 47, 122222222222222222222222222222222222222222222207; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(11*10^# - 137)/9] &]
PROG
(PARI) isok(k) = isprime((11*10^k - 137)/9); \\ Michel Marcus, Nov 15 2017
CROSSREFS
Sequence in context: A088498 A240147 A358556 * A190117 A230656 A266950
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 15 2017
EXTENSIONS
a(19) from Robert Price, Jan 26 2018
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 19:39 EDT 2024. Contains 371963 sequences. (Running on oeis4.)