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!)
A294910 Numbers k such that (109*10^k + 17)/9 is prime. 0
2, 3, 9, 23, 27, 32, 50, 80, 107, 140, 992, 1607, 2975, 4007, 4605, 12392, 15159, 16628, 37419 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers such that the digits 12 followed by k-1 occurrences of the digit 1 followed by the digit 3 is prime (see Example section).
a(20) > 2*10^5.
LINKS
Makoto Kamada, Search for 121w3.
EXAMPLE
2 is in this sequence because (109*10^2 + 17)/9 = 1213 is prime.
Initial terms and primes associated:
a(1) = 2, 1213;
a(2) = 3, 12113;
a(3) = 9, 12111111113;
a(4) = 23, 1211111111111111111111113;
a(5) = 27, 12111111111111111111111111113; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(109*10^# + 17)/9] &]
CROSSREFS
Sequence in context: A057832 A089421 A151825 * A111240 A298407 A227252
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)