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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers 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.
LINKS
Makoto Kamada, Search for 91w61.
EXAMPLE
5 is in this sequence because (82*10^5 + 449)/9 = 911161 is prime.
Initial terms and primes associated:
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 *)
CROSSREFS
Sequence in context: A290761 A192119 A050563 * A168156 A295403 A272440
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 | 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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)