The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A186183 Expansion of 1/(1-x*A002295(x)). 0
1, 1, 2, 9, 68, 646, 6857, 77695, 919642, 11233858, 140544189, 1791614714, 23187320736, 303861373679, 4023883823059, 53762917329659, 723854999871943, 9811154512175468, 133762940465746744, 1833187046654598058, 25239961633188882896 (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/(5*n-4*k) * binomial(6*n-5*k-1,n-k) if n>0; a(0)=1.
MAPLE
a:= n-> `if` (n=0, 1, add (k/(5*n-4*k) *binomial (6*n-5*k-1, n-k), k=1..n)):
seq (a(n), n=0..30);
PROG
(PARI) a(n)=max(1, sum(k=1, n, k/(5*n-4*k)*binomial(6*n-5*k-1, n-k)))
CROSSREFS
Sequence in context: A336588 A322612 A364337 * A295239 A120020 A200248
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 May 14 10:17 EDT 2024. Contains 372532 sequences. (Running on oeis4.)