|
Search: id:A144321
|
|
|
| A144321 |
|
Shifts left when Dirichlet convolution (DC:(b,b)->a) applied 7 times. |
|
+0 2
|
|
| 1, 1, 128, 16384, 2105280, 269475840, 34494988288, 4415358500864, 565166154790272, 72341267946323968, 9259682331352899584, 1185239338413171146752, 151710635321300728430592
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
LINKS
|
N. J. A. Sloane, Transforms
|
|
MAPLE
|
k:=7: 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:='a': b[1]:= dc(a, a): for t from 2 to k do b[t]:= dc(b[t-1], b[t-1]) od: a:= n-> `if`(n=1, 1, b[k](n-1)): seq (a(n), n=1..25);
|
|
CROSSREFS
|
7th column of A144324.
Sequence in context: A001661 A093532 A016747 this_sequence A051251 A067822 A013996
Adjacent sequences: A144318 A144319 A144320 this_sequence A144322 A144323 A144324
|
|
KEYWORD
|
eigen,nonn
|
|
AUTHOR
|
Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 17 2008
|
|
|
Search completed in 0.002 seconds
|