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!)
A292903 Numbers k such that (2*10^k + 547)/9 is prime. 0
0, 2, 3, 5, 15, 23, 24, 36, 45, 122, 168, 314, 390, 788, 818, 3588, 10502, 24467, 27356, 29955, 33074, 36669, 46776, 94604 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that k-2 occurrences of the digit 2 followed by the digits 83 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 2w83
EXAMPLE
3 is in this sequence because (2*10^3 + 547)/9 = 283 is prime.
Initial terms and primes associated:
a(1) = 0, 61;
a(2) = 2, 83;
a(3) = 3, 283;
a(4) = 5, 22283;
a(5) = 15, 222222222222283; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(2*10^# + 547)/9] &]
CROSSREFS
Sequence in context: A282616 A174418 A072246 * A296051 A248613 A024781
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 09 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 May 13 01:02 EDT 2024. Contains 372497 sequences. (Running on oeis4.)