The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A174722 Slowest increasing sequence of odd primes such that the partial sums of the sequence from the second on are perfect powers. 3
3, 5, 17, 103, 233, 1367, 1753, 2351, 7393, 19543, 20593, 46639, 54449, 284527, 344249, 407791, 512009, 812431, 844433, 1214407, 1316033, 2109671, 2233601, 11251351, 11267777, 13903271, 14449489, 16203287, 16451713, 18219679, 18367721, 18529111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3+5=8, 3+5+17=25, 3+5+17+103=128 are perfect powers, i.e., in A007504.
MATHEMATICA
fQ[n_] := GCD @@ Last /@ FactorInteger@n > 1; p = sp = 3; lst = {3}; While[p < 10^9, If[ fQ[sp + p], AppendTo[lst, p]; Print@p; sp = sp + p]; p = NextPrime@p]; lst
CROSSREFS
Sequence in context: A361180 A302199 A346791 * A176131 A087858 A191222
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Mar 28 2010
EXTENSIONS
Edited and extended by R. J. Mathar, Mar 31 2010
Edited, corrected and extended by Robert G. Wilson v, Apr 20 2010
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 May 27 16:21 EDT 2024. Contains 372880 sequences. (Running on oeis4.)