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!)
A013475 Coefficient of [x^(4*n+2)] in e.g.f. sinh(cosh(x) - cos(x)). 0
2, 122, 35282, 27747722, 46640267042, 144890071612442, 754330752297972722, 6132809160585358346282, 73810833499088630365101122, 1261113117777698263842030054842, 29574312688030228358559752005274642 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
(2/2!)*x^2 + (122/6!)*x^6 + (35282/10!)*x^10 + (27747722/14!)*x^14 + ...
MATHEMATICA
With[{nn=30}, Take[Abs[CoefficientList[Series[Sinh[Cos[x]-Cosh[x]], {x, 0, nn}], x] Range[0, nn]!], {3, -1, 4}]] (* Harvey P. Dale, Aug 08 2017 *)
DeleteCases[ Range[0, 42]! CoefficientList[ Series[ Sinh[Cosh[x] - Cos[x]], {x, 0, 42}], x], 0] (* Robert G. Wilson v, Aug 06 2018 *)
CROSSREFS
Sequence in context: A056638 A222873 A325889 * A013471 A370967 A249497
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from Harvey P. Dale, Aug 08 2017
More terms and title improved by Sean A. Irvine, Aug 06 2018
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 25 11:03 EDT 2024. Contains 371967 sequences. (Running on oeis4.)