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!)
A285377 Numbers k such that (41*10^k + 373)/9 is prime. 1
3, 5, 6, 9, 11, 53, 105, 125, 137, 228, 789, 1259, 1661, 1697, 1785, 3737, 6054, 7614, 11819, 27366, 28320, 48678, 69321, 76067, 97085 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digit 4 followed by k-2 occurrences of the digit 5 followed by the digits 97 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 45w97.
EXAMPLE
5 is in this sequence because (41*10^5 + 373)/9 = 455597 is prime.
Initial terms and associated primes:
a(1) = 3, 4597;
a(2) = 5, 455597;
a(3) = 6, 4555597;
a(4) = 9, 4555555597;
a(5) = 11, 455555555597; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(41*10^# + 373)/9] &]
CROSSREFS
Sequence in context: A248881 A205534 A323115 * A192577 A236343 A325420
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Apr 17 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 July 14 20:24 EDT 2024. Contains 374323 sequences. (Running on oeis4.)