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!)
A295969 Numbers k such that (5*10^k - 473)/9 is prime. 0
2, 3, 4, 9, 10, 16, 27, 46, 97, 103, 214, 229, 241, 285, 643, 999, 3154, 14115, 43012, 85855, 87622, 87712, 90142, 168379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers such that k-2 occurrences of the digit 5 followed by the digits 03 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 5w03
EXAMPLE
3 is in this sequence because (5*10^3 - 473)/9 = 503 is prime.
Initial terms and primes associated:
a(1) = 2, 3;
a(2) = 3, 503;
a(3) = 4, 5503;
a(4) = 9, 555555503;
a(5) = 10, 5555555503; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(5*10^# - 473)/9] &]
PROG
(PARI) isok(k) = isprime((5*10^k - 473)/9); \\ Michel Marcus, Dec 01 2017
CROSSREFS
Sequence in context: A249943 A251620 A128944 * A174437 A127150 A256189
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 30 2017
EXTENSIONS
a(24) from Robert Price, Jan 21 2018
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 19 10:56 EDT 2024. Contains 371791 sequences. (Running on oeis4.)