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!)
A125570 Numbers n such that Sum_(x=1..n) (x-1)*6^(x-1)/6 is prime. 0
3, 7, 8, 19, 69, 77, 104, 107, 162, 163, 399, 4787, 4818 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
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 n such that (6^(n-1)*(5*n-6)+1)/25 is prime. - Max Alekseyev, Oct 18 2008
LINKS
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: A122227 A259571 A291212 * A268111 A369920 A244532
KEYWORD
hard,more,nonn
AUTHOR
Ryan Propper, Jan 01 2007
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 April 20 09:52 EDT 2024. Contains 371802 sequences. (Running on oeis4.)