login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145073 Coefficient of x^(3^n) in Q(x)^(n+1), where Q(x) = Sum_{k>=0} (x^(3^k) + x^(2*3^k)). 3
1, 2, 7, 44, 325, 3110, 34258, 436304, 6246439, 99637730, 1747851787, 33469239848, 694321125511, 15513919320368, 371408549270425, 9484764686963792, 257355204923817028, 7393783957451330630, 224224270472995407877 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(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 * A111561 A000155 A077045

Adjacent sequences:  A145070 A145071 A145072 * A145074 A145075 A145076

KEYWORD

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

a(13)-a(18) from Max Alekseyev (maxale(AT)gmail.com), Dec 18 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 07:39 EST 2012. Contains 205881 sequences.