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!)
A361773 Expansion of g.f. A(x) satisfying 1 = Sum_{n=-oo..+oo} x^n * (2*A(x) - (-x)^n)^(3*n-1). 5
1, 2, 34, 677, 15660, 393790, 10433402, 286990626, 8117763488, 234635708480, 6899771599141, 205768408153474, 6208628685564955, 189188990142419693, 5813805339043713267, 179968235623379467274, 5606627898452185950618, 175650401043239524832783, 5530500462355496324862920 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f. A(x) = Sum_{n>=0} a(n)*x^n may be defined by the following.
(1) 1 = Sum_{n=-oo..+oo} x^n * (2*A(x) - (-x)^n)^(3*n-1).
(2) 1 = Sum_{n=-oo..+oo} (-1)^(n+1) * x^(3*n^2) / (1 - 2*A(x)*(-x)^n)^(3*n+1).
EXAMPLE
G.f.: A(x) = 1 + 2*x + 34*x^2 + 677*x^3 + 15660*x^4 + 393790*x^5 + 10433402*x^6 + 286990626*x^7 + 8117763488*x^8 + 234635708480*x^9 + 6899771599141*x^10 + ...
PROG
(PARI) {a(n) = my(A=[1]); for(i=1, n, A=concat(A, 0);
A[#A] = polcoeff( sum(m=-#A, #A, x^m * (2*Ser(A) - (-x)^m)^(3*m-1) ), #A-1)/2); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A134495 A173208 A344107 * A224882 A227935 A264669
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 13 2023
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 August 11 21:32 EDT 2024. Contains 375073 sequences. (Running on oeis4.)