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!)
A365155 G.f. satisfies A(x) = ( 1 + x*A(x)^2*(1 + x*A(x))^2 )^2. 1
1, 2, 13, 98, 838, 7690, 74047, 738028, 7549658, 78811732, 836219773, 8991739874, 97769604542, 1073156173442, 11875174074608, 132333387616600, 1483789788291516, 16727705523572128, 189496296040063170, 2155984626357225948, 24625450759174328948 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
If g.f. satisfies A(x) = ( 1 + x*A(x)^2*(1 + x*A(x))^s )^t, then a(n) = Sum_{k=0..n} binomial(t*(n+k+1),k) * binomial(s*k,n-k)/(n+k+1).
PROG
(PARI) a(n, s=2, t=2) = sum(k=0, n, binomial(t*(n+k+1), k)*binomial(s*k, n-k)/(n+k+1));
CROSSREFS
Sequence in context: A300633 A340451 A064325 * A123619 A341954 A187746
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 23 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 July 16 12:46 EDT 2024. Contains 374348 sequences. (Running on oeis4.)