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!)
A295608 Numbers k such that (29*10^k + 223)/9 is prime. 0
2, 5, 9, 11, 23, 27, 33, 111, 119, 314, 375, 551, 1694, 3413, 3495, 4172, 9287, 10412, 179697 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers such that the digit 3 followed by k-2 occurrences of the digit 2 followed by the digits 47 is prime (see Example section).
a(20) > 2*10^5.
LINKS
Makoto Kamada, Search for 32w47
EXAMPLE
2 is in this sequence because (29*10^2 + 223)/9 = 347 is prime.
Initial terms and primes associated:
a(1) = 2, 347;
a(2) = 5, 322247;
a(3) = 9, 3222222247;
a(4) = 11, 322222222247;
a(5) = 23, 322222222222222222222247; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(29*10^# + 223)/9] &]
PROG
(PARI) isok(k) = isprime((29*10^k + 223)/9); \\ Michel Marcus, Nov 24 2017
CROSSREFS
Sequence in context: A347305 A343878 A057471 * A349048 A099434 A191104
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 24 2017
EXTENSIONS
a(19) from Robert Price, Sep 08 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 07:54 EDT 2024. Contains 371922 sequences. (Running on oeis4.)