[go: up one dir, main page]

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”).

A076575
a(0)=1 if n>0 a(n)=(-1)^(n+1)/(2n+1)*sum(k=0,n,4^(7k)*B(2k)*C(2n+1,2k)) where B(k) denotes the k-th Bernoulli number.
0
1, 2731, 8942387, 104670662071, 2400942582854087, 89402734746017557411, 4893960739529013452828987, 369582933150490997215583309551, 36809796323680462279091281973219087
OFFSET
0,2
PROG
(PARI) a(n)=sum(i=0, n, 4^(7*i)*bernfrac(2*i)*binomial(2*n+1, 2*i))
CROSSREFS
Sequence in context: A104699 A116461 A266229 * A015423 A260543 A145647
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 19 2002
STATUS
approved