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!)
A344418 a(n) = n*a(n-1) + n^(1+n mod 2), a(0) = 0. 2
0, 1, 4, 13, 56, 281, 1692, 11845, 94768, 852913, 8529140, 93820541, 1125846504, 14636004553, 204904063756, 3073560956341, 49176975301472, 836008580125025, 15048154442250468, 285914934402758893, 5718298688055177880, 120084272449158735481, 2641853993881492180604 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: (x+1)*sinh(x)/(1-x).
a(n) = A344317(n) - n! = A344317(n) - A000142(n).
a(n) = A155521(n-1) + A344419(n) for n > 0.
Lim_{n-> infinity} a(n)/n! = 2*sinh(1) = 2*A073742 = e-1/e = A174548. - Amrit Awasthi, May 20 2021
MAPLE
a:= proc(n) a(n):= n*a(n-1) + n^(1+n mod 2) end: a(0):= 0:
seq(a(n), n=0..23);
CROSSREFS
Sequence in context: A163070 A239981 A243549 * A159595 A009300 A192372
KEYWORD
nonn
AUTHOR
Alois P. Heinz, May 17 2021
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 18 20:50 EDT 2024. Contains 375284 sequences. (Running on oeis4.)