login
A076554
a(n)=(-1)^(n+1)/(2n+1)*sum(k=0,n,64^k*B(2k)*C(2n+1,2k)) where B(k) denotes the k-th Bernoulli number.
0
11, 115, 5591, 502855, 73213571, 15658809595, 4619488631951, 1797261609272335, 891557677006596731, 549227657514325603075, 411352737726238344243911, 368106640606171635113513815
OFFSET
1,1
COMMENTS
a(2m-1) is of the form 10k+1, a(2m) is of the form 10k+5
PROG
(PARI) a(n)=(-1)^(n+1)/(2*n+1)*sum(k=0, n, 64^k*bernfrac(2*k)*binomial(2*n+1, 2*k))
CROSSREFS
Sequence in context: A125446 A287838 A271477 * A173616 A287839 A268344
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 19 2002
STATUS
approved