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

A144373
Shifts 9 places left under Dirichlet convolution.
2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 4, 8, 6, 6, 10, 7, 8, 10, 8, 12, 18, 16, 12, 28, 15, 22, 22, 22, 24, 48, 32, 30, 60, 38, 46, 57, 44, 56, 102, 76, 60, 142, 76, 108, 124, 100, 112, 234, 153, 136, 292, 174, 216, 276, 204, 246, 476, 330, 272, 642, 348, 464
OFFSET
1,11
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 + x^8 + x^9 * (1 + Sum_{i>=1} Sum_{j>=1} a(i)*a(j)*x^(i*j)). - Ilya Gutkovskiy, May 09 2019
MAPLE
k:= 9: with(numtheory): dck:= proc(b, c) proc(n, k) option remember; add(b(d, k) *c(n/d, k), d=`if`(n<0, {}, divisors(n))) end end: B:= dck(T, T): T:= (n, k)-> if n<=k then 1 else B(n-k, k) fi: a:= n-> T(n, k): seq(a(n), n=1..80);
CROSSREFS
9th column of A144374. Cf. A000005.
Sequence in context: A114102 A193513 A218704 * A086292 A335708 A076640
KEYWORD
eigen,nonn
AUTHOR
Alois P. Heinz, Sep 18 2008
STATUS
approved