|
| |
|
|
A144821
|
|
Shifts left when Dirichlet convolution with a (DC:(b,a)->c) applied 8 times.
|
|
1
| |
|
|
1, 1, 9, 81, 765, 6885, 62613, 563517, 5077569, 45701037, 411364413, 3702279717, 33321067929, 299889611361, 2699011010385, 24291099589185, 218619937132623, 1967579434193607, 17708215277809323, 159373937500283907
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
LINKS
| N. J. A. Sloane, Transforms
|
|
|
MAPLE
| with (numtheory): dc:= proc(b, c) proc(n) option remember; add (b(d) *c(n/d), d=`if`(n<0, {}, divisors(n))) end end: A:= proc(n, k) local a, b, t; b[1]:= dc(a, a); for t from 2 to k do b[t]:= dc(b[t-1], a) od: a:= n-> `if`(n=1, 1, b[k](n-1)); a(n) end: a:= n-> A(n, 8): seq (a(n), n=1..30);
|
|
|
CROSSREFS
| 8th column of A144324.
Sequence in context: A033145 A158762 A101601 * A199689 A181581 A137062
Adjacent sequences: A144818 A144819 A144820 * A144822 A144823 A144824
|
|
|
KEYWORD
| eigen,nonn
|
|
|
AUTHOR
| Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 21 2008
|
| |
|
|