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”).

A284998
Floor(Gamma(2n/3)).
2
1, 0, 1, 1, 2, 6, 14, 40, 120, 389, 1355, 5040, 19884, 82834, 362880, 1665837, 7988887, 39916800, 207304278, 1116669003, 6227020800, 35886673906, 213407853922, 1307674368000, 8245960182038, 53446811415729, 355687428096000, 2427977164711192, 16984208960998389
OFFSET
1,5
COMMENTS
There are two integer-valued interpolations between successive factorials.
LINKS
FORMULA
a(n) = floor(Gamma(2n/3)).
MATHEMATICA
Table[Floor[Gamma[2n/3]], {n, 1, 35}]
CROSSREFS
Sequence in context: A348010 A271895 A151538 * A009423 A008325 A004066
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 08 2017
STATUS
approved