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!)
A293826 Numbers k such that 3*10^k + 77 is prime. 0
1, 6, 9, 10, 11, 16, 17, 21, 108, 180, 324, 340, 606, 700, 1857, 2447, 2658, 11055, 16177, 16439, 18767, 33173, 47842, 105582, 107389 (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 0 followed by the digits 77 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 30w77
EXAMPLE
6 is in this sequence because 3*10^6 + 77 = 3000077 is prime.
Initial terms and primes associated:
a(1) = 1, 107;
a(2) = 6, 3000077;
a(3) = 9, 3000000077;
a(4) = 10, 30000000077;
a(5) = 11, 300000000077; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[3*10^# + 77] &] (* Corrected by Georg Fischer, Jul 22 2019 *)
CROSSREFS
Sequence in context: A124257 A066385 A226913 * A103092 A337940 A104523
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 16 2017
EXTENSIONS
a(24)-a(25) from Robert Price, Sep 01 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 May 17 08:10 EDT 2024. Contains 372579 sequences. (Running on oeis4.)