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!)
A273097 Numbers k such that 4*10^k + 87 is prime. 0
1, 2, 4, 5, 13, 25, 27, 32, 37, 38, 40, 45, 57, 80, 91, 151, 214, 441, 644, 764, 797, 2329, 2931, 4324, 21794, 22396, 24041, 1222, 46420, 51489, 55165, 126625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers k such that the digit 4 followed by k-2 occurrences of the digit 0 followed by the digits 87 is prime (see Example section).
a(33) > 3*10^5.
LINKS
Makoto Kamada, Search for 40w87.
EXAMPLE
4 is in this sequence because 4*10^4 + 87 = 40087 is prime.
Initial terms and primes associated:
a(1) = 1, 127:
a(2) = 2, 487;
a(3) = 4, 40087;
a(4) = 5, 400087;
a(5) = 13, 40000000000087, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[4*10^# + 87] &]
PROG
(PARI) is(n)=ispseudoprime(4*10^n + 87) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A078652 A289491 A102992 * A232207 A136563 A127077
KEYWORD
nonn,more
AUTHOR
Robert Price, May 15 2016
EXTENSIONS
a(32) from Robert Price, Aug 15 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 March 29 06:44 EDT 2024. Contains 371265 sequences. (Running on oeis4.)