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!)
A015877 Numbers k such that sigma(k) = sigma(k+9). 15
14, 16, 46, 446, 1146, 26766, 35805, 143605, 179086, 185946, 437745, 1187725, 1194646, 1327086, 1746946, 2201806, 2893605, 3003385, 3574725, 3730125, 4053586, 4928385, 5715325, 6220305, 7507946, 9423645, 9897186 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[10000000], DivisorSigma[1, #]==DivisorSigma[1, # + 9] &] (* Vincenzo Librandi, Mar 10 2014 *)
Position[Partition[DivisorSigma[1, Range[10^7]], 10, 1], _?(#[[1]] == #[[10]]&), {1}, Heads->False]//Flatten (* Harvey P. Dale, Aug 25 2016 *)
PROG
(PARI) is(n)=sigma(n)==sigma(n+9) \\ Charles R Greathouse IV, Mar 09 2014
CROSSREFS
Sequence in context: A305885 A224402 A067844 * A192290 A152010 A352381
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)