OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..250
MATHEMATICA
Denominator[BernoulliB[Range[0, 30], 1/3]] (* Harvey P. Dale, Nov 17 2012 *)
PROG
(Python)
from sympy import bernoulli, Integer
def a(n): return bernoulli(n, 1/Integer(3)).denominator() # Indranil Ghosh, May 01 2017
(PARI) a(n) = my(x=1/3); denominator(eval(bernpol(n))); \\ Ruud H.G. van Tol, May 10 2024
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Nov 08 2009
STATUS
approved