OFFSET
0,3
COMMENTS
Conjecture: a(n) is cubefree. (An integer is cubefree if it is not divisible by the cube of a prime number.)
FORMULA
EXAMPLE
r(n) = 1, 1, 7/12, 1/6, -7/180, -1/30, 23/630, 1/42, -121/2100, -1/30, 481/3465, 5/66, ...
MAPLE
MATHEMATICA
Table[Denominator[Sum[BernoulliB[j, 1] * BernoulliB[n-j, 1], {j, 0, n}]], {n, 0, 30}] (* Vaclav Kotesovec, May 19 2023 *)
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Peter Luschny, May 18 2023
STATUS
approved