|
Search: id:A108364
|
|
|
| A108364 |
|
Integers n such that 10^n - 33 is prime. |
|
+0 1
|
|
| 2, 3, 4, 10, 18, 46, 48, 121, 154, 158, 170, 196, 211, 250, 294, 316, 320, 663, 975, 1165, 1351
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
If n=2 then 10^n - 33 = 67 (prime).
If n=48 then 10^n - 33 = 999999999999999999999999999999999999999999999967 (prime).
|
|
MATHEMATICA
|
For[n = 1, n < 1000, n++, If[PrimeQ[10^n - 33], Print[n]]] (Steinerberger)
|
|
CROSSREFS
|
Cf. A108330, A108328.
Sequence in context: A007661 A049891 A135432 this_sequence A085932 A135056 A132135
Adjacent sequences: A108361 A108362 A108363 this_sequence A108365 A108366 A108367
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jul 01 2005
|
|
EXTENSIONS
|
More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jan 28 2006
|
|
|
Search completed in 0.002 seconds
|