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!)
A281296 Numbers k such that (68*10^k + 1)/3 is prime. 0
0, 1, 2, 8, 9, 14, 15, 20, 32, 37, 123, 134, 135, 288, 361, 414, 469, 510, 6272, 11204, 11694, 16788, 20718 (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 7 is prime (see Example section).
a(24) > 2*10^5.
LINKS
Makoto Kamada, Search for 226w7.
EXAMPLE
2 is in this sequence because (68*10^2 + 1)/3 = 2267 is prime.
Initial terms and primes associated:
a(1) = 0, 23;
a(2) = 1, 227;
a(3) = 2, 2267;
a(4) = 8, 2266666667;
a(5) = 9, 22666666667; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(68*10^# + 1)/3] &]
CROSSREFS
Sequence in context: A365517 A166686 A064833 * A073606 A305177 A327299
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 19 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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)