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!)
A367041 G.f. satisfies A(x) = 1 + x^2 + x*A(x)^4. 5
1, 1, 5, 26, 168, 1195, 8988, 70318, 566388, 4665221, 39113732, 332691758, 2863778072, 24900264326, 218372530380, 1929363592870, 17157018725000, 153442147343648, 1379250344938676, 12453816724761706, 112907775890596400, 1027394297869071687 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(3*(n-2*k)+1,k) * binomial(4*(n-2*k),n-2*k)/(3*(n-2*k)+1).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(3*(n-2*k)+1, k)*binomial(4*(n-2*k), n-2*k)/(3*(n-2*k)+1));
CROSSREFS
Sequence in context: A367285 A349882 A209672 * A057793 A090226 A355672
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 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 June 26 17:20 EDT 2024. Contains 373720 sequences. (Running on oeis4.)