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!)
A368770 a(n) = (n!)^3 * Sum_{k=0..n} k/(k!)^3. 4
0, 1, 10, 273, 17476, 2184505, 471853086, 161845608505, 82864951554568, 60408549683280081, 60408549683280081010, 80403779628445787824321, 138937731197954321360426700, 305246195441905644028857459913, 837595560292589087215184870001286 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 0; a(n) = n^3 * a(n-1) + n.
a(n) = n * A368776(n-1) for n > 0.
PROG
(PARI) a(n) = n!^3*sum(k=0, n, k/k!^3);
CROSSREFS
Sequence in context: A084943 A055055 A222998 * A221526 A153331 A290202
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 04 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 August 12 23:28 EDT 2024. Contains 375113 sequences. (Running on oeis4.)