The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A301586 G.f.: Sum_{n>=0} ((1+x)^(4*n) - 1)^n. 4
1, 4, 70, 2180, 95729, 5422192, 375951144, 30833206304, 2919367902648, 313380517364324, 37606931999739230, 4988933437333555060, 724960700435104219679, 114519163835687116024256, 19538926882901715534673728, 3580844611314789257667535968, 701546780854024941112271649610, 146318317830136401429653726419700, 32367591848747955557013839920695374, 7569528177000020896435962191564396740 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Sum_{n>=0} (1+x)^(4*n^2) /(1 + (1+x)^(4*n))^(n+1).
a(n) ~ c * d^n * n! / sqrt(n), where d = 4*A317855 = 12.64435461546171525532068881035252996690553109675422536650911283015078823687... and c = 0.31492557816516652573983016205911709623053... - Vaclav Kotesovec, Aug 09 2018
EXAMPLE
G.f.: A(x) = 1 + 4*x + 70*x^2 + 2180*x^3 + 95729*x^4 + 5422192*x^5 + 375951144*x^6 + 30833206304*x^7 + ...
such that
A(x) = 1 + ((1+x)^4-1) + ((1+x)^8-1)^2 + ((1+x)^12-1)^3 + ((1+x)^16-1)^4 + ((1+x)^20-1)^5 + ((1+x)^24-1)^6 + ((1+x)^28-1)^7 + ...
Also,
A(x) = 1/2 + (1+x)^4/(1 + (1+x)^4)^2 + (1+x)^16/(1 + (1+x)^8)^3 + (1+x)^36/(1 + (1+x)^12)^4 + (1+x)^64/(1 + (1+x)^16)^5 + (1+x)^100/(1 + (1+x)^20)^6 + ...
PROG
(PARI) {a(n) = my(A, o=x*O(x^n)); A = sum(m=0, n, ((1+x +o)^(4*m) - 1)^m ); polcoeff(A, n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A222309 A061609 A349457 * A367434 A136465 A184576
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 24 2018
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 June 8 09:36 EDT 2024. Contains 373217 sequences. (Running on oeis4.)