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”).

A070239
a(1) = 1; a(2) = 2; a(n) = sigma_a[n-2] (a[n-1]), n > 2, where sigma_k (n) denotes the sum of the k-th powers of the divisors of n.
1
1, 2, 3, 10, 1134, 3520155193849864644872367756250
OFFSET
1,2
EXAMPLE
a(4) = sigma_a(2) (a(3)) = sigma_2 (3) = 1^2 + 3^2 = 10.
CROSSREFS
Sequence in context: A218271 A128125 A351775 * A002443 A111788 A238455
KEYWORD
nonn
AUTHOR
Joseph L. Pe, May 08 2002
STATUS
approved