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!)
A186182 Expansion of 1/(1-x*A002294(x)). 0
1, 1, 2, 8, 50, 388, 3363, 31132, 301156, 3007000, 30753169, 320492869, 3391067666, 36331532588, 393353506931, 4296895624750, 47300050998991, 524168531729460, 5842914510975105, 65470405191871331, 737008925038212059, 8331166456981245521 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Vladimir Kruchinin and D. V. Kruchinin, Composita and their properties, arXiv:1103.2582 [math.CO], 2011-2013.
FORMULA
a(n) = Sum_{k=1..n} k/(4*n-3*k)*binomial(5*n-4*k-1,n-k), n>0; a(0) = 1.
MATHEMATICA
Join[{1}, Table[Sum[k/(4n-3k) Binomial[5n-4k-1, n-k], {k, n}], {n, 30}]] (* Harvey P. Dale, Feb 05 2012 *)
PROG
(PARI) a(n)=max(1, sum(k=1, n, k/(4*n-3*k)*binomial(5*n-4*k-1, n-k)))
CROSSREFS
Cf. A002294.
Sequence in context: A034491 A360949 A231352 * A274273 A121677 A120956
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Feb 14 2011
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)