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!)
A293399 Numbers k such that (68*10^k - 11)/3 is prime. 0
0, 1, 4, 6, 9, 20, 57, 64, 88, 196, 265, 421, 620, 654, 729, 1587, 4863, 6628, 12358, 23773, 68798, 119931 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k > 0, numbers such that the digits 22 followed by k-1 occurrences of the digit 6 followed by the digit 3 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 226w3.
EXAMPLE
1 is in this sequence because (68*10^1 - 11)/3 = 223 is prime.
Initial terms and primes associated:
a(1) = 0, 19;
a(2) = 1, 223;
a(3) = 4, 226663;
a(4) = 6, 22666663;
a(5) = 9, 22666666663; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(68*10^# - 11)/3] &] (* Corrected by Georg Fischer, Jul 22 2019 *)
PROG
(PARI) isok(k) = isprime((68*10^k - 11)/3); \\ Altug Alkan, Oct 08 2017
CROSSREFS
Sequence in context: A152002 A171127 A098485 * A120712 A115698 A039566
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 08 2017
EXTENSIONS
a(22) from Robert Price, Jan 07 2020
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.)