login
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