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!)
A091554 Primes p such that k = 2p is the smallest positive solution to the equation sigma(p+k) = sigma(p) + sigma(k). 1
7, 11, 13, 17, 19, 23, 31, 53, 59, 73, 79, 89, 97, 103, 109, 113, 137, 139, 149, 157, 163, 181, 193, 211, 223, 227, 269, 281, 293, 313, 331, 337, 373, 389, 397, 409, 419, 421, 433, 463, 467, 487, 499, 509, 521, 523, 541, 547, 571, 599, 601, 617, 631, 641, 643 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Note that for all primes p > 3, sigma(3p) = sigma(p) + sigma(2p).
LINKS
MATHEMATICA
lst={}; Do[p=Prime[n]; k=1; While[DivisorSigma[1, p+k]!=DivisorSigma[1, p]+DivisorSigma[1, k], k++ ]; If[k==2p, AppendTo[lst, p]], {n, 3, 200}]; lst
CROSSREFS
Cf. A066435 (least k such that sigma(n+k)=sigma(n)+sigma(k)).
Sequence in context: A040121 A156114 A304690 * A111980 A108811 A038961
KEYWORD
nonn
AUTHOR
T. D. Noe, Jan 20 2004
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 23 01:37 EDT 2024. Contains 372758 sequences. (Running on oeis4.)