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!)
A291923 Numbers k such that (482*10^k - 41)/9 is prime. 0
2, 3, 5, 14, 17, 23, 33, 38, 71, 242, 359, 536, 579, 629, 758, 2957, 3797, 12609, 16184, 21285, 41151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digits 53 followed by k-1 occurrences of the digit 5 followed by the digit 1 is prime (see Example section).
a(22) > 2*10^5.
LINKS
Makoto Kamada, Search for 535w1.
EXAMPLE
3 is in this sequence because (482*10^3 - 41)/9 = 53551 is prime.
Initial terms and primes associated:
a(1) = 2, 5351;
a(2) = 3, 53551;
a(3) = 5, 5355551;
a(4) = 14, 5355555555555551;
a(5) = 17, 5355555555555555551; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(482*10^# - 41)/9] &]
CROSSREFS
Sequence in context: A266192 A233082 A039575 * A283448 A177901 A143743
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Sep 05 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)