login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A076547
(2^n-1-N(B(2^(n+1))))/2^n where N(B(k)) denotes the numerator of the k-th Bernoulli number.
2
1, 1, 453, 481832565077, 3336994692120829058949545155598207748189, 4183667308477313795108662587270037418426429056133620947343416969739965511482242658521291610836247844507748569589345
OFFSET
1,3
COMMENTS
Appears to always be an integer. Next term is too large to include.
FORMULA
a(n) = (2^n-1-A000367(2^n))/2^n
MATHEMATICA
Table[(2^n-1-Numerator[BernoulliB[2^(n+1)]])/2^n, {n, 6}] (* Harvey P. Dale, Nov 16 2024 *)
PROG
(PARI) a(n)=(2^n-1-numerator(bernfrac((2^(n+1)))))/2^n
CROSSREFS
Cf. A000367.
Sequence in context: A233215 A081739 A245946 * A365619 A259058 A213532
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 19 2002
STATUS
approved