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!)
A318141 a(n) = numerator(n!*[z^n]((cosh(x*z) + cos(x*z))*z/(1 - exp(-z)))(1)). 1
2, 1, 1, 0, 29, 5, 106, 0, -41, 9, 830, 0, -88051, 13, 982, 0, -487777, 17, 5911162, 0, -164321477, 21, 114840098, 0, -31762069211, 25, 8045230726, 0, -3191301739589, 29, 1157740296233330, 0, -79766429830452749, 33, 2424608499378094, 0, -3536072031131812825213 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Let p(n, x) be the polynomials given implicitly in the name. Then p(n, 0)/2 = B(n, 1) where B(n, x) are the Bernoulli polynomials. In other words: p(n, 0)/2 are the Bernoulli numbers.
LINKS
FORMULA
a(4*n + 1) = 4*n + 1 for n >= 0.
a(4*n - 1) = 0 for n >= 1.
EXAMPLE
Polynomials start: 2, 1, 1/3, 0, -1/15+2*x^4, 5*x^4, 1/21+5*x^4, 0, -1/15-(14/3)*x^4+2*x^8, 9*x^8, 5/33+10*x^4+15*x^8, 0, -691/1365-33*x^4-33*x^8+2*x^12, 13*x^12, .... Evaluated at x = 1: 2, 1, 1/3, 0, 29/15, 5, 106/21, 0, -41/15, 9, 830/33, 0, -88051/1365, 13, 982/3, 0, -487777/255, 17, 5911162/399, 0, ....
MAPLE
gf := (cosh(x*z)+cos(x*z))*z/(1-exp(-z)): ser := series(gf, z, 70):
seq(numer(subs(x=1, n!*coeff(ser, z, n))), n=0..36);
MATHEMATICA
m = 36;
gf = (Cosh[x*z]+Cos[x*z])*z/(1-E^-z);
Numerator[CoefficientList[(gf/.x->1)+O[z]^(m+1), z]*Range[0, m]!] (* Jean-François Alcover, Jun 04 2019 *)
CROSSREFS
Cf. A318142 (denominators).
Sequence in context: A361999 A061158 A180843 * A085979 A330986 A269166
KEYWORD
sign,frac
AUTHOR
Peter Luschny, Aug 19 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 19 02:01 EDT 2024. Contains 371782 sequences. (Running on oeis4.)