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
1, 12, 144, 1728, 103680, 248832, 20901888, 35831808, 2149908480, 5159780352, 681091006464, 743008370688, 4056825703956480, 106993205379072, 1283918464548864, 15407021574586368, 15715162006078095360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Denominator[BernoulliB[Range[0, 30], 1/12]] (* Harvey P. Dale, Oct 09 2011 *)
PROG
(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
(PARI) a(n) = denominator(subst(bernpol(n, x), x, 1/12)); \\ Michel Marcus, Jul 10 2018
(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
CROSSREFS
For numerators see A159489.
Sequence in context: A190132 A267791 A001021 * A245853 A000468 A076728
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Nov 08 2009
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)