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!)
A088128 Expansion of e.g.f.: cosh(x)/(1-x)^2. 2
1, 2, 7, 30, 157, 970, 6931, 56294, 512569, 5173074, 57330271, 692227822, 9045871957, 127205130650, 1915394962027, 30748771424310, 524265894691441, 9461374592096674, 180184121539899319, 3611206508019111614, 75978294135602723341, 1674381620327287502442 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A088127.
LINKS
FORMULA
a(n) = A001339(n) - A088129(n).
a(n) = Sum_{k=0..floor(n/2)} binomial(n,2*k) * (n-2*k+1)!. - Ilya Gutkovskiy, Apr 10 2022
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Cosh[x]/(1-x)^2, {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Feb 02 2020 *)
CROSSREFS
Sequence in context: A144495 A154259 A066114 * A001053 A124552 A020045
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 19 2003
EXTENSIONS
Definition clarified by Harvey P. Dale, Feb 02 2020
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)