|
| |
|
|
A069852
|
|
a(n)=sum(i=0,2n,B(i)*C(2n+1,i)*5^i) where B(i) are the Bernoulli numbers, C(2n,i) the binomial numbers.
|
|
0
| |
|
|
6, -74, 1946, -88434, 6154786, -607884394, 80834386026, -13923204233954, 3015393801263666, -801997872697905114, 256982712667627683706, -97641716941862894337874, 43406301788286350509870146, -22319737637152541506923644234
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Related to those formula derived from Bernoulli polynomials : sum(k>0,sin(kx)/k^(2n+1))=(-1)^(n+1)/2*x^(2n+1)/(2n+1)!*sum(i=0,2n,(2Pi/x)^i*B(i)*C(2n+1,i))
|
|
|
PROG
| (PARI) for(n=1, 25, print1(sum(i=0, 2*n, binomial(2*n+1, i)*bernfrac(i)*5^i), ", "))
|
|
|
CROSSREFS
| Sequence in context: A066171 A057783 A177561 * A049235 A129031 A139088
Adjacent sequences: A069849 A069850 A069851 * A069853 A069854 A069855
|
|
|
KEYWORD
| easy,sign
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), May 01 2002
|
| |
|
|