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!)
A137355 Slowest-increasing sequence of noncomposite numbers such that the partial sums of the sequence are perfect powers. 4
1, 3, 5, 7, 11, 37, 61, 71, 11971, 16057, 40697, 46679, 61547, 66889, 177839, 192781, 355643, 407977, 1082099, 1096621, 1100467, 1102537, 3369329, 3402271, 4442993, 4462307, 5293999, 5304701, 7099793, 7104607, 7342633, 7413467, 9448897, 9657503 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also the first differences of A137354.
LINKS
MATHEMATICA
fQ[n_] := GCD @@ Last /@ FactorInteger@n > 1; p = 3; sp = 2; lst = {2}; While[p < 10^9, If[ fQ[sp + p], AppendTo[lst, p]; Print@p; sp = sp + p]; p = NextPrime@p]; lst
CROSSREFS
Sequence in context: A361898 A230139 A242944 * A147143 A006034 A288716
KEYWORD
nonn
AUTHOR
R. J. Mathar, Mar 07 2008
EXTENSIONS
Edited 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 15 20:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)