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!)
A254441 Numbers k such that (41*10^k + 49)/9 is prime. 1
2, 3, 6, 20, 26, 38, 51, 119, 155, 218, 446, 486, 1211, 1319, 1338, 1365, 1575, 5106, 7019, 9503, 9695, 14304, 15417, 17765, 24222, 25500, 26306, 35238, 93207 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers that begin with the digit 4 followed by k-2 occurrences of the digit 5 followed by the digits 61 are prime (see Example section).
a(30) > 2*10^5.
LINKS
Makoto Kamada, Search for 45w61.
EXAMPLE
3 is in this sequence because (41*10^3 + 49)/9 = 4561 is prime.
Initial terms and primes associated:
a(1) = 2, 461;
a(2) = 3, 4561;
a(3) = 6, 4555561;
a(4) = 20, 455555555555555555561;
a(5) = 26, 455555555555555555555555561, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(41*10^# + 49)/9] &]
PROG
(PARI) is(n)=ispseudoprime((41*10^n + 49)/9) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A259456 A334724 A328218 * A336461 A173744 A227316
KEYWORD
nonn,more
AUTHOR
Robert Price, Apr 17 2016
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)