|
Search: id:A125570
|
|
|
| A125570 |
|
Numbers n such [Sum(x=1,n,(x-1)*6^(x-1))/6] is prime. |
|
+0 1
|
|
| 3, 7, 8, 19, 69, 77, 104, 107, 162, 163, 399, 4787, 4818
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
No more terms through 10^4.
Note that Sum(x=1,n,(x-1)*6^(x-1))/6 = (6^(n-1)*(5*n-6)+1)/25. Therefore this sequence consists of such n that (6^(n-1)*(5*n-6)+1)/25 is prime. [From Max Alekseyev (maxal(AT)cs.ucsd.edu), Oct 18 2008]
|
|
MATHEMATICA
|
s = 0; Do[s += (x-1)*6^(x-1)/6; If[PrimeQ[s], Print[x]], {x, 10^4}]
|
|
CROSSREFS
|
Cf. A119529.
Sequence in context: A136136 A057548 A122227 this_sequence A037208 A102007 A105756
Adjacent sequences: A125567 A125568 A125569 this_sequence A125571 A125572 A125573
|
|
KEYWORD
|
hard,more,nonn
|
|
AUTHOR
|
Ryan Propper (rpropper(AT)stanford.edu), Jan 01 2007
|
|
|
Search completed in 0.004 seconds
|