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!)
A283503 Numbers k such that (23*10^k - 59)/9 is prime. 0
3, 6, 10, 16, 22, 30, 33, 48, 61, 66, 147, 300, 372, 925, 1750, 2026, 2721, 3916, 5704, 6856, 12883, 57333, 92244, 147649, 150763 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digit 2 followed by k-2 occurrences of the digit 5 followed by the digits 49 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 25w49.
EXAMPLE
6 is in this sequence because (23*10^6 - 59)/9 = is prime.
Initial terms and associated primes:
a(1) = 3, 2549;
a(2) = 6, 2555549;
a(3) = 10, 25555555549;
a(4) = 16, 25555555555555549;
a(5) = 22, 25555555555555555555549; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(23*10^# - 59)/9] &]
PROG
(PARI) isok(n) = isprime((23*10^n - 59)/9); \\ Indranil Ghosh, Mar 09 2017
CROSSREFS
Sequence in context: A310084 A025215 A327141 * A294481 A049697 A111712
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Mar 09 2017
EXTENSIONS
a(24)-a(25) from Robert Price, May 29 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 July 9 00:17 EDT 2024. Contains 374171 sequences. (Running on oeis4.)