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!)
A294121 Numbers k such that (8*10^k - 101)/3 is prime. 0
2, 3, 4, 5, 6, 17, 53, 95, 156, 228, 261, 323, 363, 1208, 1733, 1744, 2207, 15728, 18196, 50750, 66261, 83811, 156718 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digit 2 followed by k-2 occurrences of the digit 6 followed by the digits 33 is prime (see Example section).
a(24) > 2*10^5.
LINKS
Makoto Kamada, Search for 26w33
EXAMPLE
3 is in this sequence because (8*10^3 - 101)/3 = 2633 is prime.
Initial terms and primes associated:
a(1) = 2, 233;
a(2) = 3, 2633;
a(3) = 4, 26633;
a(4) = 5, 266633;
a(5) = 6, 2666633; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(8*10^# - 101)/3] &]
CROSSREFS
Sequence in context: A116018 A337865 A297181 * A048095 A264975 A031015
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 23 2017
EXTENSIONS
a(23) from Robert Price, Aug 14 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 23 07:57 EDT 2024. Contains 371905 sequences. (Running on oeis4.)