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!)
A344419 a(n) = n*a(n-1) + n^(n mod 2), a(0) = 0. 3
0, 1, 3, 12, 49, 250, 1501, 10514, 84113, 757026, 7570261, 83272882, 999274585, 12990569618, 181867974653, 2728019619810, 43648313916961, 742021336588354, 13356384058590373, 253771297113217106, 5075425942264342121, 106583944787551184562, 2344846785326126060365 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: ((x+1)*cosh(x)-1)/(1-x).
a(n) = A344262(n) - n! = A344262(n) - A000142(n).
a(n) = A344418(n) - A155521(n-1) for n > 0.
Lim_{n->infinity} a(n)/n! = 2*cosh(1)-1 = 2*A073743-1 = e+1/e-1 = A137204-1. - Amrit Awasthi, May 20 2021
MAPLE
a:= proc(n) a(n):= n*a(n-1) + n^(n mod 2) end: a(0):= 0:
seq(a(n), n=0..23);
CROSSREFS
Sequence in context: A151175 A151176 A151177 * A002179 A224659 A034541
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 April 28 11:59 EDT 2024. Contains 372083 sequences. (Running on oeis4.)