OFFSET
1,4
COMMENTS
There are three integer-valued interpolations between successive factorials.
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..600
FORMULA
a(n) = floor(Gamma(3n/4)).
MATHEMATICA
Table[Floor[Gamma[3n/4]], {n, 1, 35}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 17 2017
STATUS
approved