login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A087350
a(n) = Sum_{k=0..n} (3*n)!/(3*k)!.
9
1, 7, 841, 423865, 559501801, 1527439916731, 7478345832314977, 59677199741873516461, 724719913665311983902385, 12718834484826225317486856751, 309830808050366848733979830454361, 10142621332336809160155563729753961697, 434509897877308904421064350182659719099481
OFFSET
0,2
LINKS
FORMULA
a(n) = floor((3*n)!*C) where C = 1/3*exp(1)+2/3*exp(-1/2)*cos(1/2*3^(1/2)) = 1.16805831337591852551625692...
PROG
(PARI) a(n)={sum(k=0, n, (3*n)!/(3*k)!)} \\ Andrew Howroyd, Jan 27 2020
CROSSREFS
Sequence in context: A251698 A203694 A269896 * A308296 A193342 A298301
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Oct 20 2003
EXTENSIONS
Terms a(11) and beyond from Andrew Howroyd, Jan 27 2020
STATUS
approved