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!)
A163193 Numbers k such that sigma(k) = 2*sigma(k+1). 5
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, 203898, 245632 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The cases sigma(k) = 3*sigma(k+1) are rarer: k=180, 12000, 30996, 47940, ... [R. J. Mathar, Jul 25 2009]
LINKS
FORMULA
{k: A000203(k) = 2*A000203(k+1)}.
MATHEMATICA
f[n_]:=DivisorSigma[1, n]; lst={}; Do[If[f[n]==f[n+1]*2, AppendTo[lst, n]], {n, 9!}]; lst
CROSSREFS
Sequence in context: A210427 A101097 A067702 * A088832 A366748 A198311
KEYWORD
nonn,changed
AUTHOR
EXTENSIONS
Edited by R. J. Mathar, Jul 25 2009
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 March 28 16:58 EDT 2024. Contains 371254 sequences. (Running on oeis4.)