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!)
A092345 a(0)=1; a(n) = sigma_1(n) + sigma_3(n). 2
1, 2, 12, 32, 80, 132, 264, 352, 600, 770, 1152, 1344, 2072, 2212, 3120, 3552, 4712, 4932, 6852, 6880, 9240, 9664, 12024, 12192, 16440, 15782, 19824, 20480, 25168, 24420, 31824, 29824, 37512, 37344, 44280, 43392, 55352, 50692, 61800, 61600, 73800, 68964, 86784 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1 + Sum_{k>=1} k*(k^2 + 1)*x^k/(1 - x^k). - Ilya Gutkovskiy, Mar 17 2017
MATHEMATICA
nxt[{n_, a_}]:={n+1, DivisorSigma[1, n+1]+DivisorSigma[3, n+1]}; NestList[nxt, {0, 1}, 50][[All, 2]] (* Harvey P. Dale, Apr 14 2021 *)
CROSSREFS
Sequence in context: A009331 A154252 A013198 * A212761 A102080 A000647
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 20 2004
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.)