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!)
A015863 Numbers k such that sigma(k) = sigma(k+4). 15
51, 66, 115, 220, 319, 1003, 2585, 4024, 4183, 4195, 5720, 5826, 5959, 8004, 8374, 11659, 12367, 12561, 13581, 14338, 15365, 16116, 17840, 18718, 20541, 25130, 29393, 30170, 32665, 36516, 39913, 40660, 42423, 42922, 47841, 49762 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
J.-M. De Koninck, Ces nombres qui nous fascinent, Entry 51, p. 19, Ellipses, Paris 2008.
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000 (first 130 terms from Paolo P. Lava)
A. Weingartner, On the Solutions of sigma(n) = sigma(n+k), Journal of Integer Sequences, Vol. 14 (2011), #11.5.5.
MATHEMATICA
Select[Range[60000], DivisorSigma[1, #]==DivisorSigma[1, # + 4] &] (* Vincenzo Librandi, Mar 10 2014 *)
PROG
(PARI) is(n)=sigma(n)==sigma(n+4) \\ Charles R Greathouse IV, Mar 09 2014
CROSSREFS
Sequence in context: A034819 A335346 A118147 * A232105 A225801 A242045
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)