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!)
A108364 Integers k such that 10^k - 33 is prime. 0
2, 3, 4, 10, 18, 46, 48, 121, 154, 158, 170, 196, 211, 250, 294, 316, 320, 663, 975, 1165, 1351, 4126, 4270, 5724, 7156, 15025, 19132, 25035, 36174, 77418 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "99967".
The next term, if one exists, is > 100000. - Robert Price, Apr 25 2011
LINKS
EXAMPLE
k=2 is a term because 10^2 - 33 = 67 (prime).
k=48 is a term because 10^48 - 33 = 999999999999999999999999999999999999999999999967 (prime).
MATHEMATICA
For[n = 1, n < 1000, n++, If[PrimeQ[10^n - 33], Print[n]]] (Steinerberger)
CROSSREFS
Sequence in context: A007661 A049891 A135432 * A346489 A145028 A306107
KEYWORD
nonn,more
AUTHOR
Parthasarathy Nambi, Jul 01 2005
EXTENSIONS
a(8)-a(21) from Stefan Steinerberger, Jan 28 2006
a(22)-a(29) extracted from Makoto Kamada website by Robert Price, Dec 06 2010
Edited by Ray Chandler, Dec 23 2010
a(30) from Robert Price, Apr 25 2011
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 May 1 23:54 EDT 2024. Contains 372178 sequences. (Running on oeis4.)