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!)
A193190 G.f.: A(x) = Sum_{n>=0} x^n / Product_{k=1..n} (1 - 4^(n-k)*x^k). 3
1, 1, 2, 6, 35, 394, 8804, 397482, 35759656, 6485002635, 2338622693988, 1698239604693650, 2450945990748440102, 7121092086085582889354, 41114705331946969977079884, 477857552284771772990908082576 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. satisfies: A(4*x) = Sum_{n>=0} 4^n*x^n/Product_{k=1..n} (1-4^n*x^k).
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 6*x^3 + 35*x^4 + 394*x^5 + 8804*x^6 +...
where:
A(x) = 1 + x/(1-x) + x^2/((1-4*x)*(1-x^2)) + x^3/((1-16*x)*(1-4*x^2)*(1-x^3)) + x^4/((1-64*x)*(1-16*x^2)*(1-4*x^3)*(1-x^4)) +...
PROG
(PARI) {a(n)=local(A=1); polcoeff(sum(m=0, n, x^m/prod(k=1, m, 1-4^(m-k)*x^k +x*O(x^n))), n)}
CROSSREFS
Sequence in context: A107868 A334162 A173399 * A247209 A324577 A324582
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 17 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 25 09:09 EDT 2024. Contains 371964 sequences. (Running on oeis4.)