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!)
A296052 Numbers k such that (41*10^k - 329)/9 is prime. 0
2, 3, 9, 18, 21, 99, 311, 437, 687, 761, 1451, 2088, 2559, 2898, 4974, 5058, 5798, 6776 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digit 4 followed by k-2 occurrences of the digit 5 followed by the digits 19 is prime (see Example section).
a(19) > 2*10^5.
LINKS
Makoto Kamada, Search for 45w19.
EXAMPLE
2 is in this sequence because (41*10^2 - 329)/9 = 419 is prime.
Initial terms and associated primes:
a(1) = 2, 419;
a(2) = 3, 4519;
a(3) = 9, 4555555519;
a(4) = 18, 4555555555555555519;
a(5) = 21, 4555555555555555555519; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(41*10^# - 329)/9] &]
CROSSREFS
Sequence in context: A034467 A234646 A065965 * A108827 A298347 A113201
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Dec 03 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 August 18 23:41 EDT 2024. Contains 375284 sequences. (Running on oeis4.)