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!)
A294376 Numbers k such that 55*10^k + 7 is prime. 0
1, 2, 4, 7, 16, 33, 35, 51, 371, 1539, 1564, 2897, 3431, 4448, 6593, 7066, 7345, 11770, 20026, 22114, 23945, 46946, 60772 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>0, numbers such that the digits 55 followed by k-1 occurrences of the digit 0 followed by the digit 7 is prime (see Example section).
a(24) > 3*10^5.
LINKS
Makoto Kamada, Search for 550w7.
EXAMPLE
2 is in this sequence because 55*10^2 + 7 = 5507 is prime.
Initial terms and primes associated:
a(1) = 1, 557;
a(2) = 2, 5507;
a(3) = 4, 550007;
a(4) = 7, 550000007;
a(5) = 16, 550000000000000007; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[55*10^# + 7] &]
CROSSREFS
Sequence in context: A320465 A345333 A259544 * A259545 A319559 A260790
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 29 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 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)