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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077087 Solutions to Sigma[x+1]=3.Sigma[x]. 1
1, 1919, 2759, 11219, 27089, 50039, 58463, 100127, 113831, 115289, 120203, 131879, 148511, 233729, 244319, 308039, 461099, 554063, 596447, 1406303, 1486619, 2285519, 2880989, 5138783, 5369111, 5521619, 5736743, 6621383 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

n=1: sigma[2]/sigma[1]=3/1=3; n=9563231: sigma[n+1]/sigma[n]=31026240/10342080=3

MATHEMATICA

Do[s=Mod[a=DivisorSigma[1, n+1], b=DivisorSigma[1, n]]; If[Equal[s, 0]&&Equal[a/b, 3], Print[n]], {n, 1, 10000000}]

CROSSREFS

Cf. A000203, A002961, A067081, A077086.

Sequence in context: A163678 A175517 A163863 * A179696 A061374 A157448

Adjacent sequences:  A077084 A077085 A077086 * A077088 A077089 A077090

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Oct 31 2002

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 04:47 EST 2012. Contains 205860 sequences.