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!)
A364624 G.f. satisfies A(x) = 1/(1-x)^3 + x*A(x)^4. 2
1, 4, 22, 194, 2103, 25129, 318816, 4214724, 57419725, 800461033, 11363418314, 163708299724, 2387365301187, 35173224652637, 522752043513952, 7827979832083872, 117992516684761733, 1788819120580964014, 27258417705055812586, 417270970443908301926 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+8*k+2,9*k+2) * binomial(4*k,k) / (3*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+8*k+2, 9*k+2)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Sequence in context: A197961 A203120 A002728 * A062494 A183274 A303330
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 July 10 03:08 EDT 2024. Contains 374194 sequences. (Running on oeis4.)