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!)
A361638 Expansion of g.f. A(x) satisfying A(x) = 1 + x * A(x)^2 * (1 + A(x)^3). 1
1, 2, 14, 142, 1690, 21994, 303126, 4348102, 64235570, 970695442, 14934154334, 233133082494, 3683546302538, 58794776161274, 946619511627622, 15355445768326710, 250717346336174690, 4117189670041072930, 67956239699290313646, 1126763233375565370990 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k) * binomial(2*n+3*k+1,n)/(2*n+3*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n, k)*binomial(2*n+3*k+1, n)/(2*n+3*k+1));
CROSSREFS
Sequence in context: A301271 A245267 A328004 * A271564 A100510 A354290
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jul 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 May 1 04:42 EDT 2024. Contains 372148 sequences. (Running on oeis4.)