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!)
A159490 Denominator of Bernoulli(n, 1/12). 7

%I #17 Sep 08 2022 08:45:43

%S 1,12,144,1728,103680,248832,20901888,35831808,2149908480,5159780352,

%T 681091006464,743008370688,4056825703956480,106993205379072,

%U 1283918464548864,15407021574586368,15715162006078095360

%N Denominator of Bernoulli(n, 1/12).

%H Harvey P. Dale, <a href="/A159490/b159490.txt">Table of n, a(n) for n = 0..900</a>

%t Denominator[BernoulliB[Range[0,30],1/12]] (* _Harvey P. Dale_, Oct 09 2011 *)

%o (PARI) for(n=0,30, print1(denominator(sum(k=0,n, binomial(n,k)* bernfrac(n-k)*(1/12)^k)), ", ")) \\ _G. C. Greubel_, Jul 09 2018

%o (PARI) a(n) = denominator(subst(bernpol(n, x), x, 1/12)); \\ _Michel Marcus_, Jul 10 2018

%o (Magma) [Denominator((&+[Binomial(n,k)*Bernoulli(n-k)*(1/12)^k: k in [0..n]])): n in [0..30]]; // _G. C. Greubel_, Jul 09 2018

%Y For numerators see A159489.

%K nonn,frac

%O 0,2

%A _N. J. A. Sloane_, Nov 08 2009

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)