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!)
A015880 Numbers k such that sigma(k) = sigma(k+10). 15
21, 174, 270, 517, 572, 913, 992, 1002, 1420, 1633, 1830, 2622, 2958, 4170, 4747, 5539, 7520, 7544, 7729, 10184, 10783, 14863, 16165, 16520, 19837, 20935, 21584, 23161, 26840, 28544, 29737, 31453, 34510, 35571, 35611, 35845, 39560 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
A. Weingartner, On the Solutions of sigma(n) = sigma(n+k), Journal of Integer Sequences, Vol. 14 (2011), #11.5.5.
MATHEMATICA
Select[Range[40000], DivisorSigma[1, #]==DivisorSigma[1, # + 10] &] (* Vincenzo Librandi, Mar 10 2014 *)
PROG
(PARI) is(n)=sigma(n)==sigma(n+10) \\ Charles R Greathouse IV, Mar 09 2014
CROSSREFS
Sequence in context: A185128 A007261 A119105 * A113163 A090021 A254681
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 May 5 07:46 EDT 2024. Contains 372257 sequences. (Running on oeis4.)