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!)
A282277 Numbers k such that (23*10^k + 97)/3 is prime. 0
3, 6, 11, 14, 20, 38, 55, 206, 1327, 1676, 1715, 1814, 2030, 2406, 2599, 3251, 4493, 5066, 6029, 8745, 24918, 26672, 70363, 77556 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digit 7 followed by k-2 occurrences of the digit 6 followed by the digits 99 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 76w99.
EXAMPLE
6 is in this sequence because (23*10^6 + 97)/3 = 7666699 is prime.
Initial terms and primes associated:
a(1) = 3, 7699;
a(2) = 6, 7666699;
a(3) = 11, 766666666699;
a(4) = 14, 766666666666699;
a(5) = 20, 766666666666666666699; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(23*10^# + 97)/3] &]
CROSSREFS
Sequence in context: A267519 A200182 A342173 * A122599 A342954 A015823
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 10 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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)