OFFSET
1,3
COMMENTS
Equals eigensequence of triangle A127170 (the square of the inverse Mobius transform). - Gary W. Adamson, Apr 27 2009
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, arXiv:math/0205301 [math.CO], 2002; Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to arXiv version]
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210. [Link to Lin. Alg. Applic. version together with omitted figures]
N. J. A. Sloane, Transforms
FORMULA
a(n+1) = Sum_{d divides n} tau(n/d)*a(d). - Vladeta Jovovic, Jan 24 2003
From Ilya Gutkovskiy, Apr 30 2019: (Start)
G.f. A(x) satisfies: A(x) = x * (1 + Sum_{i>=1} Sum_{j>=1} A(x^(i*j))).
G.f.: A(x) = Sum_{n>=1} a(n)*x^n = x * (1 + Sum_{i>=1} Sum_{j>=1} a(i)*x^(i*j)/(1 - x^(i*j))). (End)
MATHEMATICA
a[n_] := a[n] = Sum[ DivisorSigma[0, (n - 1)/d]*a[d], {d, Divisors[n - 1]}]; a[1] = 1; Table[a[n], {n, 1, 43}] (* Jean-François Alcover, Dec 12 2011, after Vladeta Jovovic *)
CROSSREFS
KEYWORD
nonn,nice,eigen
AUTHOR
EXTENSIONS
More terms from Vladeta Jovovic, Jan 24 2003
STATUS
approved