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!)
A366042 Expansion of (1/x) * Series_Reversion( x*(1-x)*(1-x^5) ). 1
1, 1, 2, 5, 14, 43, 139, 465, 1595, 5577, 19805, 71240, 259037, 950590, 3516110, 13095440, 49068051, 184839543, 699607625, 2659276675, 10147039881, 38853068780, 149240187330, 574913637375, 2220609902199, 8598120578442, 33366877654697, 129758691426484 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/5)} binomial(n+k,n) * binomial(2*n-5*k,n).
PROG
(PARI) a(n) = sum(k=0, n\5, binomial(n+k, n)*binomial(2*n-5*k, n))/(n+1);
CROSSREFS
Cf. A366024.
Sequence in context: A071755 A149879 A366025 * A149880 A066351 A181496
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 26 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 September 18 03:51 EDT 2024. Contains 375995 sequences. (Running on oeis4.)