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!)
A368772 a(n) = (n!)^3 * Sum_{k=0..n} (k/k!)^3. 3
0, 1, 16, 459, 29440, 3680125, 794907216, 272653175431, 139598425821184, 101767252423643865, 101767252423643866000, 135452212975869985647331, 234061424022303335198589696, 514232948577000427431301564309, 1411055210895289172871491492466640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 0; a(n) = n^3 * a(n-1) + n^3.
a(n) = n^3 * A217284(n-1) for n > 0.
PROG
(PARI) a(n) = n!^3*sum(k=0, n, (k/k!)^3);
CROSSREFS
Sequence in context: A241077 A318937 A358569 * A253446 A159646 A113674
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jan 05 2024
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 June 3 13:11 EDT 2024. Contains 373060 sequences. (Running on oeis4.)