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!)
A294920 Numbers k such that 41*10^k - 1 is prime. 0
1, 2, 4, 6, 17, 19, 36, 60, 70, 83, 92, 276, 324, 330, 486, 3514, 6062, 10760, 53958, 58920, 101892 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers such that the digits 40 followed by k occurrences of the digit 9 is prime (see Example section).
a(22) > 2*10^5.
LINKS
Makoto Kamada, Search for 409w.
EXAMPLE
2 is in this sequence because 41*10^2 - 1 = 409 is prime.
Initial terms and primes associated:
a(1) = 1, 409;
a(2) = 2, 4099;
a(3) = 4, 409999;
a(4) = 6, 40999999;
a(5) = 17, 4099999999999999999; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[41*10^# - 1] &]
CROSSREFS
Sequence in context: A070325 A199578 A367127 * A046441 A192335 A334390
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 10 2017
EXTENSIONS
a(21) from Robert Price, Jan 31 2020
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)