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!)
A367012 a(n) = Sum_{k=0..n} k! * (n-k)^k. 3
1, 1, 2, 5, 18, 95, 704, 6945, 87254, 1349603, 25064700, 548782229, 13970248610, 408882114519, 13625250384488, 512421111644105, 21577659567580014, 1010231138742981515, 52263989531636074964, 2971798406660674944573, 184850941269122564302010 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
log(a(n)) ~ n*(2*log(n) - log(log(n)) - 2 - log(2) + log(2*log(n))/(2*log(n)) + 1/(8*log(n)^2)).
MATHEMATICA
Table[Sum[k! * (n-k)^k, {k, 0, n}], {n, 1, 20}]
PROG
(PARI) a(n) = sum(k=0, n, k!*(n-k)^k); \\ Seiichi Manyama, Dec 31 2023
CROSSREFS
Sequence in context: A123310 A058119 A335547 * A075441 A187008 A333837
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Nov 01 2023
EXTENSIONS
a(0)=1 prepended by Seiichi Manyama, Dec 31 2023
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 May 10 13:34 EDT 2024. Contains 372387 sequences. (Running on oeis4.)