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!)
A286092 Numbers k such that (199*10^k + 11)/3 is prime. 0
2, 3, 8, 10, 13, 19, 20, 26, 37, 39, 232, 308, 381, 382, 706, 872, 1707, 1929, 2195, 9211, 15567, 58306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>0, numbers such that the digits 66 followed by k-1 occurrences of the digit 3 followed by the digit 7 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 663w7.
EXAMPLE
3 is in this sequence because (199*10^3 + 11)/3 = 66337 is prime.
Initial terms and primes associated:
a(1) = 2, 6637;
a(2) = 3, 66337;
a(3) = 8, 6633333337;
a(4) = 10, 663333333337;
a(5) = 13, 663333333333337; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(199*10^# + 11)/3] &]
CROSSREFS
Sequence in context: A360940 A132327 A281929 * A100317 A295030 A317655
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, May 01 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 24 19:52 EDT 2024. Contains 371963 sequences. (Running on oeis4.)