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!)
A273006 Numbers k such that 88*10^k + 3 is prime. 0
1, 2, 3, 7, 19, 21, 31, 50, 55, 151, 167, 287, 542, 603, 926, 1046, 2066, 2139, 2651, 2787, 5756, 6028, 6925, 10135, 13037, 36476, 74234, 119295 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>0, numbers such that the digits 88 followed by k-1 occurrences of the digit 0 followed by the digit 3 is prime (see Example section).
a(29) > 3*10^5.
LINKS
Makoto Kamada, Search for 880w3.
EXAMPLE
3 is in this sequence because 88*10^3 + 3 = 88003 is prime.
Initial terms and primes associated:
a(1) = 1, 883;
a(2) = 2, 8803;
a(3) = 3, 88003;
a(4) = 7, 880000003;
a(5) = 19, 880000000000000000003, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[88*10^# + 3] &] (* Corrected by Georg Fischer, Jul 22 2019 *)
PROG
(PARI) is(n)=ispseudoprime(88*10^n + 3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A328430 A143874 A073641 * A352538 A117763 A165571
KEYWORD
nonn,more
AUTHOR
Robert Price, Nov 09 2016
EXTENSIONS
a(28) from Robert Price, May 03 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 April 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)