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!)
A364627 G.f. satisfies A(x) = 1/(1-x)^3 + x^2*A(x)^4. 2
1, 3, 7, 22, 97, 469, 2339, 12148, 65295, 358979, 2006977, 11380702, 65311575, 378574425, 2213092750, 13032826536, 77244242937, 460413902079, 2758088752351, 16596379614234, 100269075879881, 607996092039949, 3698873710967989, 22570809986322440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(n+7*k+2,9*k+2) * binomial(4*k,k) / (3*k+1).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(n+7*k+2, 9*k+2)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Cf. A364622.
Sequence in context: A108070 A038147 A252784 * A082271 A229438 A069505
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 May 4 00:44 EDT 2024. Contains 372225 sequences. (Running on oeis4.)