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!)
A364629 G.f. satisfies A(x) = (1+x*A(x)^3)/(1-x)^2. 7
1, 3, 14, 94, 735, 6239, 55888, 520028, 4977321, 48689260, 484623552, 4892304686, 49971163021, 515496741918, 5363023614620, 56204877993184, 592811175777029, 6287909183751105, 67029933733468729, 717749621979800340, 7716543390041275964 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+5*k+1,6*k+1) * binomial(3*k,k) / (2*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+5*k+1, 6*k+1)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Cf. A364620.
Sequence in context: A089462 A088342 A358118 * A074531 A091906 A214378
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 30 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 12:11 EDT 2024. Contains 375069 sequences. (Running on oeis4.)