|
Search: id:A096508
|
|
|
| A096508 |
|
Numbers n for which 8*R_n + 1 is prime, where R_n = 11...1 is the repunit (A002275) of length n. |
|
+0 18
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Also numbers n such that (8*10^n+1)/9 is prime.
|
|
LINKS
|
Index entries for primes involving repunits
|
|
EXAMPLE
|
n=35 means that 88888888888888888888888888888888889 is a prime number.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ 8(10^n - 1)/9 + 1], Print[n]], {n, 30000}] (from Robert G. Wilson v Oct 15 2004)
|
|
CROSSREFS
|
Cf. A096503, A096504, A096505, A096506, A096507.
Sequence in context: A105453 A121716 A022369 this_sequence A108029 A032476 A059205
Adjacent sequences: A096505 A096506 A096507 this_sequence A096509 A096510 A096511
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Jul 12 2004
|
|
|
Search completed in 0.002 seconds
|