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!)
A120081 Denominators of expansion for original Debye function (n=3). 7
1, 8, 20, 1, 1680, 1, 90720, 1, 4435200, 1, 207567360, 1, 6538371840000, 1, 423437414400, 1, 67580611338240000, 1, 35763659520196608000, 1, 6155242080686899200000, 1, 117509166994931712000000, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Numerators are given in A120080.
See A120070 for the definition of the Debye function D(x)=D(3,x) and references and links.
LINKS
FORMULA
a(n) = denominator(r(n)), with r(n) = [x^n]( 1 - 3*x/8 + Sum_{k >= 0}((B(2*k)/((2*k+3)*(2*k)!))*x^(2*k) ), where B(2*k) = A000367(k)/A002445(k) (Bernoulli numbers).
a(n) = denominator( 3*Bernoulli(n)/((n+3)*n!) ), n >= 0. - G. C. Greubel, May 01 2023
MATHEMATICA
max = 26; Denominator[CoefficientList[Integrate[Normal[Series[(3*(t^3/(Exp[t] -1)))/x^3, {t, 0, max}]], {t, 0, x}], x]] (* Jean-François Alcover, Oct 04 2011 *)
Table[Denominator[3*BernoulliB[n]/((n+3)*n!)], {n, 0, 50}] (* G. C. Greubel, May 01 2023 *)
PROG
(Magma) [Denominator(3*Bernoulli(n)/((n+3)*Factorial(n))): n in [0..50]]; // G. C. Greubel, May 01 2023
(SageMath)
def A120081(n): return denominator(3*bernoulli(n)/((n+3)*factorial(n)))
[A120081(n) for n in range(51)] # G. C. Greubel, May 01 2023
CROSSREFS
Sequence in context: A034433 A282942 A225912 * A173206 A288423 A081963
KEYWORD
nonn,easy,frac
AUTHOR
Wolfdieter Lang, Jul 20 2006
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)