login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145074 Coefficient of x^(4^n) in Q(x)^(n+1) where Q(x) = Sum_{k>=0} (x^(4^k) + x^(2*4^k) + x^(3*4^k)). 3
1, 3, 12, 97, 885, 10386, 141295, 2218987, 39171564, 770029605, 16652860169, 393052609026, 10051000032099, 276818387211471, 8168772682637220, 257133140827399753 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) {a(n, q=4)=local(Q=sum(j=0, n, (x^(q^j)-x^(q*q^j))/(1-x^(q^j)+O(x^(q^n+1))))); polcoeff(Q^(n+1), q^n)}
CROSSREFS
Sequence in context: A263801 A078124 A115245 * A162055 A067300 A133359
KEYWORD
more,nonn
AUTHOR
Paul D. Hanna, Oct 09 2008
EXTENSIONS
a(8)-a(10) from Sean A. Irvine, Mar 31 2011
a(11)-a(15) from Max Alekseyev, Dec 19 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 18:05 EDT 2024. Contains 371962 sequences. (Running on oeis4.)