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!)
A015861 Numbers k such that sigma(k) = sigma(k+3). 18
382, 8922, 11935, 31815, 32442, 61982, 123795, 145915, 186615, 271215, 442362, 554715, 560382, 580635, 964535, 1191575, 1243375, 1369302, 1539942, 1642795, 2616702, 3141215, 3299062, 3556035, 3716895, 4201015, 5148294 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Flatten[Position[Partition[DivisorSigma[1, Range[5200000]], 4, 1], {x_, y_, z_, x_}]] (* Harvey P. Dale, Aug 08 2011 *)
Select[Range[6000000], DivisorSigma[1, #]==DivisorSigma[1, # + 3] &] (* Vincenzo Librandi, Mar 10 2014 *)
PROG
(PARI) is(n)=sigma(n)==sigma(n+3) \\ Charles R Greathouse IV, Mar 09 2014
CROSSREFS
Sequence in context: A172848 A214896 A204861 * A072385 A045122 A064721
KEYWORD
nonn
AUTHOR
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 June 7 06:53 EDT 2024. Contains 373145 sequences. (Running on oeis4.)