login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163193 Positions n such that sigma(n)= 2*sigma(n+1). 0
12, 70, 88, 204, 220, 1750, 1888, 2958, 8142, 8632, 9114, 14664, 18414, 18762, 20118, 20712, 25194, 45520, 64206, 65652, 65964, 77814, 79338, 79824, 85096, 90804, 103410, 103644, 117822, 158946, 163938, 176364, 185776, 186612, 194416, 202656 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The cases sigma(n)=3*sigma(n+1) are rarer: n=180, 12000, 30996, 47940,... [R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 25 2009]

FORMULA

{n: A000203(n)= 2*A000203(n+1)}.

MATHEMATICA

f[n_]:=DivisorSigma[1, n]; lst={}; Do[If[f[n]==f[n+1]*2, AppendTo[lst, n]], {n, 9!}]; lst

CROSSREFS

Cf. A067081, A002961, A058073.

Sequence in context: A096425 A101097 A067702 * A088832 A198311 A060930

Adjacent sequences:  A163190 A163191 A163192 * A163194 A163195 A163196

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 22 2009

EXTENSIONS

Edited by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 25 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 03:44 EST 2012. Contains 205860 sequences.