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!)
A366184 G.f. A(x) satisfies A(x) = (1 + x*A(x)^3)/(1 - x)^3. 3
1, 4, 21, 163, 1487, 14697, 153226, 1659338, 18483960, 210437161, 2437721418, 28640748192, 340473075541, 4087735789616, 49494986770104, 603699827411356, 7410709463933414, 91484338902961485, 1135029142529785303, 14145212892466682781, 176993823220824229047 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+8*k+2,n-k) * binomial(3*k,k)/(2*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+8*k+2, n-k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Sequence in context: A060072 A157503 A144010 * A179496 A339233 A107872
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 03 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 23 10:40 EDT 2024. Contains 375379 sequences. (Running on oeis4.)