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!)
A309774 Numbers k such that 5*10^k + 11 is prime. 0
1, 3, 6, 35, 51, 84, 123, 1589, 1591, 4911, 6221, 48645, 78504, 107355 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 5 followed by k-2 occurrences of the digit 0 followed by the digits 11 is prime (see Example section).
a(15) > 2*10^5.
LINKS
Makoto Kamada, Search for 50w11.
EXAMPLE
6 is in this sequence because 5*10^4 + 11 = 5000011 is prime.
Initial terms and primes associated:
a(1) = 1, 61;
a(2) = 3, 5011;
a(3) = 6, 5000011;
a(4) = 35, 500000000000000000000000000000000011; etc.
MATHEMATICA
Select[Range[0, 200000], PrimeQ[5*10^# + 11] &]
CROSSREFS
Sequence in context: A308557 A134748 A068904 * A244296 A143046 A246069
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Aug 16 2019
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)