[go: up one dir, main page]

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!)
Search: a361771 -id:a361771
Displaying 1-3 of 3 results found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A361772 Expansion of g.f. A(x) satisfying 1 = Sum_{n=-oo..+oo} x^n * (2*A(x) - (-x)^n)^(2*n-1). +10
5
1, 1, 8, 61, 600, 6072, 65804, 733435, 8415694, 98529785, 1173278329, 14162417506, 172914841649, 2131621288494, 26495818020038, 331706510158239, 4178800564364333, 52935845003315662, 673878770026778330, 8616336680850069832, 110606714769468383785, 1424933340070339610543 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
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)^(2*n-1).
(2) 1 = Sum_{n=-oo..+oo} (-1)^(n+1) * x^(2*n^2) / (1 - 2*A(x)*(-x)^n)^(2*n+1).
EXAMPLE
G.f.: A(x) = 1 + x + 8*x^2 + 61*x^3 + 600*x^4 + 6072*x^5 + 65804*x^6 + 733435*x^7 + 8415694*x^8 + 98529785*x^9 + 1173278329*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)^(2*m-1) ), #A-1)/2); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 13 2023
STATUS
approved
A361773 Expansion of g.f. A(x) satisfying 1 = Sum_{n=-oo..+oo} x^n * (2*A(x) - (-x)^n)^(3*n-1). +10
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
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 13 2023
STATUS
approved
A361774 Expansion of g.f. A(x) satisfying 1 = Sum_{n=-oo..+oo} x^n * (2*A(x) - (-x)^n)^(4*n-1). +10
4
1, 4, 150, 7003, 380817, 22517717, 1405927141, 91215539609, 6089092570148, 415519886498886, 28855638743197866, 2032628861705203315, 144884697917577076857, 10430845410431559928714, 757390467820895322043476, 55401570124877193188443429, 4078685155312165112343519832 (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)^(4*n-1).
(2) 1 = Sum_{n=-oo..+oo} (-1)^(n+1) * x^(4*n^2) / (1 - 2*A(x)*(-x)^n)^(4*n+1).
EXAMPLE
G.f.: A(x) = 1 + 4*x + 150*x^2 + 7003*x^3 + 380817*x^4 + 22517717*x^5 + 1405927141*x^6 + 91215539609*x^7 + 6089092570148*x^8 + ...
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)^(4*m-1) ), #A-1)/2); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 13 2023
STATUS
approved
page 1

Search completed in 0.011 seconds

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 30 03:24 EDT 2024. Contains 375523 sequences. (Running on oeis4.)