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!)
A274914 Numbers k such that 88*10^k + 7 is prime. 0
1, 2, 3, 4, 8, 14, 17, 19, 24, 26, 30, 43, 81, 85, 171, 267, 282, 2384, 4201, 4450, 6995, 7170, 15049, 15681, 50547, 67691, 109022 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 0, numbers k such that the digits 88 followed by k-1 occurrences of the digit 0 followed by the digit 7 is prime (see Example section).
a(28) > 2*10^5.
LINKS
Makoto Kamada, Search for 880w7.
EXAMPLE
4 is in this sequence because 88*10^4 + 7 = 880007is prime.
Initial terms and associated primes:
a(1) = 1, 887;
a(2) = 2, 8807;
a(3) = 3, 88007;
a(4) = 4, 880007;
a(5) = 8, 8800000007, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[88*10^# + 7] &]
PROG
(PARI) is(n)=ispseudoprime(88*10^n + 7) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A361502 A091816 A266400 * A100993 A117395 A006755
KEYWORD
nonn,more
AUTHOR
Robert Price, Nov 11 2016
EXTENSIONS
a(27) from Robert Price, Mar 17 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 July 15 00:37 EDT 2024. Contains 374323 sequences. (Running on oeis4.)