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!)
A124272 Primes in A124271, or primes of the form Sum_{i=1..n} (prime(i)^n - 1)/(prime(i) - 1). 1
7, 1469991559, 2994181661163361882651 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding n are 2, 8, 14, ...
LINKS
EXAMPLE
7 is a term because A124271(2) = 7 is 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.
Sequence in context: A116257 A075984 A109300 * A128820 A067485 A180225
KEYWORD
bref,hard,more,nonn
AUTHOR
Alexander Adamchuk, Oct 23 2006
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)