[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A092346
a(0)=1; a(n) = sigma_1(n) + sigma_2(n).
3
1, 2, 8, 14, 28, 32, 62, 58, 100, 104, 148, 134, 238, 184, 274, 284, 372, 308, 494, 382, 588, 532, 646, 554, 910, 682, 892, 860, 1106, 872, 1372, 994, 1428, 1268, 1504, 1348, 2002, 1408, 1870, 1756, 2300, 1724, 2596, 1894, 2646, 2444, 2722, 2258, 3534, 2508, 3348
OFFSET
0,2
LINKS
FORMULA
G.f.: sum(n>=1, n*(n+1) * x^n/(1-x^n) )
MATHEMATICA
Join[{1}, DivisorSigma[1, #]+DivisorSigma[2, #]&/@Range[50]] (* Harvey P. Dale, Aug 12 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 20 2004
STATUS
approved