|
| |
|
|
A043303
|
|
Numerator of B(4n+2)/(2n+1) where B(m) are the Bernoulli numbers.
|
|
1
| |
|
|
1, 1, 1, 1, 43867, 77683, 657931, 1723168255201, 151628697551, 154210205991661, 1520097643918070802691, 25932657025822267968607, 19802288209643185928499101, 29149963634884862421418123812691
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,5
|
|
|
COMMENTS
| Note that numerator of B(2n)/n is odd so B(2n)/(2n), B(2n)/(4n), etc. have the same numerators. - Michael Somos, Feb 01, 2004
|
|
|
REFERENCES
| Bruce Berndt, Ramanujan's Notebooks Part II, Springer-Verlag; see Infinite series, p. 262.
|
|
|
FORMULA
| B(4n+2)/(8n+4)=sum(k=1, infinity, k^(4n+1)/(exp(2Pi*k)-1))
|
|
|
PROG
| (PARI) a(n)=if(n<0, 0, numerator(bernfrac(4*n+2)/(2*n+1)))
|
|
|
CROSSREFS
| Cf. A043304. a(n)=A001067(2n+1).
Sequence in context: A045157 A206517 A037147 * A190377 A049205 A187436
Adjacent sequences: A043300 A043301 A043302 * A043304 A043305 A043306
|
|
|
KEYWORD
| easy,frac,nonn
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 04 2002
|
| |
|
|