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!)
A291661 Numbers k such that (58*10^k + 221)/9 is prime. 0
0, 1, 3, 7, 13, 18, 19, 36, 78, 129, 171, 175, 237, 607, 619, 717, 954, 1386, 3948, 7939, 16519, 17686, 18759, 19986, 36340, 39547, 44014, 60579, 170842 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k>1, numbers such that the digit 6 followed by k-2 occurrences of the digit 4 followed by the digits 69 is prime (see Example section).
a(30) > 5*10^5.
LINKS
Makoto Kamada, Search for 64w69
EXAMPLE
3 is in this sequence because (58*10^3 + 221)/9 = 6469 is prime.
Initial terms and primes associated:
a(1) = 0, 31;
a(2) = 1, 89;
a(3) = 3, 6469;
a(4) = 7, 64444469;
a(5) = 13, 64444444444469; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(58*10^# + 221)/9] &]
CROSSREFS
Sequence in context: A076746 A243706 A214696 * A310256 A310257 A310258
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Aug 28 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 April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)