The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A282895 Numbers k such that (11*10^k + 91)/3 is prime. 0
1, 2, 3, 4, 5, 7, 9, 15, 27, 29, 39, 62, 77, 106, 114, 357, 555, 962, 1013, 2372, 8235, 16047, 82323, 294308 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 3 followed by k-2 occurrences of the digit 6 followed by the digits 97 is prime (see Example section).
a(25) > 3*10^5.
LINKS
Makoto Kamada, Search for 36w97.
EXAMPLE
3 is in this sequence because (11*10^3 + 91)/3 = 3697 is prime.
Initial terms and primes associated:
a(1) = 1, 67;
a(2) = 2, 397;
a(3) = 3, 3697;
a(4) = 4, 36697;
a(5) = 5, 366697; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(11*10^# + 91)/3] &]
CROSSREFS
Sequence in context: A263360 A050763 A252023 * A293535 A261170 A051453
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 24 2017
EXTENSIONS
a(24) from Robert Price, Jul 12 2023
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 May 21 11:20 EDT 2024. Contains 372735 sequences. (Running on oeis4.)