|
Search: id:A120376
|
|
|
| A120376 |
|
Primes of the form 2*5^n-1. |
|
+0 1
|
|
| 1249, 31249, 305175781249, 119209289550781249, 1862645149230957031249, 111022302462515654042363166809082031249, 25243548967072377773175314089049159349542605923488736152648925781249
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
See comments for A057472. Examined in base 12, all n must be even and all primes must be 1-primes. For example, 1249 is 881 in base 12.
|
|
FORMULA
|
a(n) = n-th number such that 2*5^k-1 that is prime.
|
|
EXAMPLE
|
a(1)=4 since 2*5^4-1=1249 is the first prime.
|
|
MAPLE
|
for w to 1 do for k from 1 to 2000 do n:=2*5^k-1; if isprime(n) then printf("%d, %d", k, n) fi od od;
|
|
CROSSREFS
|
Cf. A000043, A000668, A002957, A002959, A003307, A079363, A055558.
Sequence in context: A047629 A020384 A086709 this_sequence A122272 A106322 A035762
Adjacent sequences: A120373 A120374 A120375 this_sequence A120377 A120378 A120379
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Walter Kehowski (wkehowski(AT)cox.net), Jun 28 2006
|
|
|
Search completed in 0.002 seconds
|