login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A282809
Numbers k such that (82*10^k + 449)/9 is prime.
0
0, 3, 5, 6, 18, 21, 27, 36, 84, 95, 179, 492, 776, 1260, 4304, 5010, 5196, 7718, 15315, 20838, 20940, 24303, 26789, 72612, 157319
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 9 followed by k-2 occurrences of the digit 1 followed by the digits 61 is prime (see Example section).
a(26) > 2*10^5.
EXAMPLE
5 is in this sequence because (82*10^5 + 449)/9 = 911161 is prime.
Initial terms and associated primes:
a(1) = 0, 59;
a(2) = 3, 9161;
a(3) = 5, 911161;
a(4) = 6, 9111161;
a(5) = 18, 9111111111111111161; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(82*10^# + 449)/9] &] (* Corrected by Georg Fischer, Jul 22 2019 *)
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 22 2017
EXTENSIONS
a(25) from Robert Price, Nov 09 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 06:15 EDT 2024. Contains 376097 sequences. (Running on oeis4.)