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!)
A242426 floor(n! / n^3). 1
1, 0, 0, 0, 0, 3, 14, 78, 497, 3628, 29990, 277200, 2834328, 31770514, 387459072, 5108103000, 72397196844, 1097800704000, 17735107218083, 304112751022080, 5516784599040000, 105559797875432727, 2124765080865042873, 44881973505008640000, 992717442773183102976 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = A000142(n-1) / A000290(n).
PROG
(Python)
import math
for i in range(1, 32): print str(math.factorial(i)/(i**3))+', ',
CROSSREFS
Cf. A226198 (floor(n!/n^2)).
Sequence in context: A364739 A366083 A368938 * A001564 A277132 A330074
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, May 14 2014
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)