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!)
A295125 Numbers k such that (19*10^k + 521)/9 is prime. 0
1, 2, 4, 7, 34, 218, 253, 310, 362, 370, 568, 574, 607, 919, 1615, 3968, 5950, 10435, 11887, 176932 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers such that the digit 2 followed by k-2 occurrences of the digit 1 followed by the digits 69 is prime (see Example section).
a(21) > 2*10^5.
LINKS
Makoto Kamada, Search for 21w69
EXAMPLE
2 is in this sequence because (19*10^2 + 521)/9 = 269 is prime.
Initial terms and primes associated:
a(1) = 1, 79;
a(2) = 2, 269;
a(3) = 4, 21169;
a(4) = 7, 21111169;
a(5) = 34, 21111111111111111111111111111111169; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(19*10^# + 521)/9] &]
PROG
(PARI) isok(k) = isprime((19*10^k + 521)/9); \\ Michel Marcus, Nov 15 2017
CROSSREFS
Sequence in context: A102124 A280713 A233868 * A082537 A004577 A285940
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 15 2017
EXTENSIONS
a(20) from Robert Price, May 29 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)