The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A294635 Numbers k such that (536*10^k - 23)/9 is prime. 0
1, 2, 5, 7, 8, 11, 17, 61, 73, 89, 197, 233, 308, 2096, 3170, 8003, 15014, 16166, 26021, 55748, 102533, 171601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digits 59 followed by k-1 occurrences of the digit 5 followed by the digit 3 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 595w3.
EXAMPLE
2 is in this sequence because (536*10^2 - 23)/9 = 5953 is prime.
Initial terms and primes associated:
a(1) = 1, 593;
a(2) = 2, 5953;
a(3) = 5, 5955553;
a(4) = 7, 595555553;
a(5) = 8, 5955555553; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(536*10^# - 23)/9] &]
CROSSREFS
Sequence in context: A285938 A325441 A192111 * A362591 A032402 A299326
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 05 2017
EXTENSIONS
a(21)-a(22) from Robert Price, Feb 23 2020
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 May 13 03:04 EDT 2024. Contains 372497 sequences. (Running on oeis4.)