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!)
A294230 Numbers k such that (55*10^k + 377)/9 is prime. 0
1, 2, 4, 20, 40, 61, 62, 82, 169, 172, 214, 874, 1520, 1652, 2185, 3221, 4012, 4669, 13165, 18922, 91142, 106222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 6 followed by k-2 occurrences of the digit 1 followed by the digits 53 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 61w53
EXAMPLE
2 is in this sequence because (55*10^2 + 377)/9 = 653 is prime.
Initial terms and primes associated:
a(1) = 1, 103;
a(2) = 2, 653;
a(3) = 4, 61153;
a(4) = 20, 611111111111111111153;
a(5) = 40, 61111111111111111111111111111111111111153; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(55*10^# + 377)/9] &]
CROSSREFS
Sequence in context: A108866 A259122 A059206 * A332626 A052004 A353342
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 25 2017
EXTENSIONS
a(22) from Robert Price, Feb 27 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)