login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124272 Primes in A124271[n], or primes of the form Sum[ (Prime[i]^n - 1) / (Prime[i] - 1), {i,1,n} ]. 4
7, 1469991559, 2994181661163361882651 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A124271[n] = Sum[ (Prime[i]^n - 1) / (Prime[i] - 1), {i,1,n} ]. A124271[n] is prime for n = {2,8,14,...}.

EXAMPLE

A124271[n] begins {1,7,51,611,19839,603331,32981935,1469991559,...}.

Thus a(1) = 7 because A124271[2] = 7 is prime but A124271[1] = 1 is not prime.

MATHEMATICA

Do[f=Sum[(Prime[i]^n-1)/(Prime[i]-1), {i, 1, n}]; If[PrimeQ[f], Print[{n, f}]], {n, 1, 100}]

CROSSREFS

Cf. A124271, A124273, A124274, A124275, A123855, A123856.

Sequence in context: A116257 A075984 A109300 * A128820 A067485 A180225

Adjacent sequences:  A124269 A124270 A124271 * A124273 A124274 A124275

KEYWORD

bref,hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Oct 23 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.