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!)
A344317 a(n) = n*a(n-1) + n^(1+n mod 2), a(0) = 1. 3
1, 2, 6, 19, 80, 401, 2412, 16885, 135088, 1215793, 12157940, 133737341, 1604848104, 20863025353, 292082354956, 4381235324341, 70099765189472, 1191696008221025, 21450528147978468, 407560034811590893, 8151200696231817880, 171175214620868175481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: (1+(x+1)*sinh(x))/(1-x).
a(n) = A155521(n-1) + A344262(n) for n > 0.
Lim_{n->infinity} a(n)/n! = 1+2*sinh(1) = 1+e-1/e = 1+A174548. - Amrit Awasthi, May 19 2021
MAPLE
a:= proc(n) a(n):= n*a(n-1) + n^(1+n mod 2) end: a(0):= 1:
seq(a(n), n=0..23);
CROSSREFS
Sequence in context: A273988 A287897 A349401 * A266933 A291106 A363960
KEYWORD
nonn
AUTHOR
Alois P. Heinz, May 14 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 16 11:48 EDT 2024. Contains 371711 sequences. (Running on oeis4.)