|
Search: id:A145073
|
|
|
| A145073 |
|
a(n) = [x^(3^n)] Q(x,n)^(n+1) where Q(x,n) = Sum_{k=0..n} (x^(3^k) + x^(2*3^k)) for n>=0. |
|
+0 4
|
|
| 1, 2, 7, 44, 325, 3110, 34258, 436304, 6246439, 99637730, 1747851787, 33469239848, 694321125511
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
EXAMPLE
|
a(n) equals the coefficient of x^(3^n) in Q(x,n)^(n+1) where
Q(x,n) = Sum_{k=0..n} (x^(3^k) + x^(2*3^k)) for n>=0.
|
|
PROGRAM
|
(PARI) {a(n)=local(Q=sum(j=0, n, x^(3^j)+x^(2*3^j)+O(x^(3^n+1)))); polcoeff(Q^(n+1), 3^n)}
|
|
CROSSREFS
|
Cf. A007178, A145074, A145075, A145076.
Sequence in context: A103084 A041507 A158107 this_sequence A111561 A000155 A077045
Adjacent sequences: A145070 A145071 A145072 this_sequence A145074 A145075 A145076
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Oct 09 2008
|
|
EXTENSIONS
|
a(10) - a(12) from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Apr 28 2009
|
|
|
Search completed in 0.002 seconds
|