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!)
A318142 a(n) = denominator(n!*[z^n]((cosh(x*z) + cos(x*z))*z/(1 - exp(-z)))(1)). 1
1, 1, 3, 1, 15, 1, 21, 1, 15, 1, 33, 1, 1365, 1, 3, 1, 255, 1, 399, 1, 1155, 1, 69, 1, 1365, 1, 21, 1, 435, 1, 7161, 1, 19635, 1, 21, 1, 959595, 1, 21, 1, 47355, 1, 9933, 1, 2415, 1, 987, 1, 23205, 1, 33, 1, 8745, 1, 4389, 1, 8265, 1, 177, 1, 28393365, 1, 33 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(2*n + 1) = 1 for n >= 0.
3 divides a(2*n) for n >= 1.
MAPLE
gf := (cosh(x*z)+cos(x*z))*z/(1-exp(-z)): ser := series(gf, z, 70):
seq(denom(subs(x=1, n!*coeff(ser, z, n))), n=0..62);
MATHEMATICA
m = 62;
gf = (Cosh[x*z] + Cos[x*z])*z/(1 - E^-z);
Denominator[CoefficientList[(gf/.x->1)+O[z]^(m+1), z]*Range[0, m]!] (* Jean-François Alcover, Jun 04 2019 *)
CROSSREFS
Cf. A318141 (numerators).
Sequence in context: A214073 A335265 A141459 * A176727 A080924 A232179
KEYWORD
nonn,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 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)