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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067081 Numbers n such that sigma(n+1)=2*sigma(n). 5
5, 125, 1253, 1673, 3127, 5191, 7615, 12035, 43817, 47795, 48559, 49955, 56975, 58373, 61721, 63545, 68033, 78395, 97411, 106001, 108473, 109939, 111451, 111683, 123497, 123797, 131659, 137081, 192065, 192279, 224561, 228377, 274273, 280313 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Sequence seems to give odd values only.

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,761

MATHEMATICA

f[n_]:=DivisorSigma[1, n]; lst={}; Do[If[2*f[n]==f[n+1], AppendTo[lst, n]], {n, 9!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 22 2009]

PROG

(PARI) { n=0; for (m=1, 10^10, if (sigma(m+1) == 2*sigma(m), write("b067081.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 08 2010]

CROSSREFS

Sequence in context: A196425 A193612 A195949 * A195801 A154022 A013710

Adjacent sequences:  A067078 A067079 A067080 * A067082 A067083 A067084

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 18 2002

EXTENSIONS

Terms added by Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 08 2010

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 15 16:56 EST 2012. Contains 205825 sequences.