|
| |
|
|
A069990
|
|
(-1)^(n+1)/5*sum(k=1,2n,C(2n+1,k)*B(k)*5^k) where C(n,k) are the binomial coefficients, B(k) the Bernoulli numbers.
|
|
0
| |
|
|
1, 15, 389, 17687, 1230957, 121576879, 16166877205, 2784640846791, 603078760252733, 160399574539581023, 51396542533525536741, 19528343388372578867575, 8681260357657270101974029
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
PROG
| (PARI) for(n=1, 25, print1(-(-1)^n*sum(i=1, 2*n, binomial(2*n+1, i)*bernfrac(i)*5^i)/5, ", "))
|
|
|
CROSSREFS
| Sequence in context: A145409 A164323 A129615 * A157581 A143001 A034675
Adjacent sequences: A069987 A069988 A069989 * A069991 A069992 A069993
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), May 01 2002
|
| |
|
|