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!)
A365185 G.f. satisfies A(x) = 1 + x*A(x)^5*(1 + x*A(x)). 6
1, 1, 6, 46, 411, 3996, 41062, 438662, 4823133, 54221518, 620404859, 7201317005, 84590041441, 1003656037278, 12010861830069, 144804336388912, 1757106190680819, 21443109365898743, 263009775111233392, 3240530659303505547, 40088688455992604594 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+4*k+1,k) * binomial(k,n-k)/(n+4*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+4*k+1, k)*binomial(k, n-k)/(n+4*k+1));
CROSSREFS
Cf. A364748.
Sequence in context: A084772 A199563 A349332 * A111531 A052781 A284109
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 25 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 April 28 04:16 EDT 2024. Contains 372020 sequences. (Running on oeis4.)