Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A027641
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A027641 Numerator of Bernoulli number B_n. +0
36
1, -1, 1, 0, -1, 0, 1, 0, -1, 0, 5, 0, -691, 0, 7, 0, -3617, 0, 43867, 0, -174611, 0, 854513, 0, -236364091, 0, 8553103, 0, -23749461029, 0, 8615841276005, 0, -7709321041217, 0, 2577687858367, 0, -26315271553053477373, 0, 2929993913841559, 0, -261082718496449122051 (list; graph; listen)
OFFSET

0,11

COMMENT

B_{2n} = (-1)^(m-1)/2^(2m+1) * Integral{-inf..inf, [d^(m-1)/dx^(m-1) sech(x)^2 ]^2 dx} (see Grosset/Veselov).

a(n)/A027642(n) (Bernoulli numbers) provide the a-sequence for the Sheffer matrix A094816 (coefficients of orthogonal Poisson-Charlier polynomials). See the W. Lang link under A006232 for a- and z-sequences for Sheffer matrices. The corresponding z-sequence is given by the rationals A130189(n)/A130190(n).

REFERENCES

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 810.

H. Bergmann, Eine explizite Darstellung der Bernoullischen Zahlen, Math. Nach. 34 (1967), 377-378. Math Rev 36#4030.

L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 49.

H. T. Davis, Tables of the Mathematical Functions. Vols. 1 and 2, 2nd ed., 1963, Vol. 3 (with V. J. Fisher), 1962; Principia Press of Trinity Univ., San Antonio, TX, Vol. 2, p. 230.

S. R. Finch, Mathematical Constants, Cambridge, 2003, Section 1.6.1.

Ghislain R. Franssens, On a Number Pyramid Related to the Binomial, Deleham, Eulerian, MacMahon and Stirling number triangles, Journal of Integer Sequences, Vol. 9 (2006), Article 06.4.1.

H. H. Goldstine, A History of Numerical Analysis, Springer-Verlag, 1977; Section 2.6.

L. M. Milne-Thompson, Calculus of Finite Differences, 1951, p. 137.

H. Rademacher, Topics in Analytic Number Theory, Springer, 1973, Chap. 1.

LINKS

T. D. Noe, Table of n, a(n) for n=0..200

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, December 1972 [alternative scanned copy].

M.-P. Grosset and A. P. Veselov, Bernoulli numbers and solitons

K.-W. Chen, Algorithms for Bernoulli numbers and Euler numbers, J. Integer Sequences, 4 (2001), #01.1.6.

K. Dilcher, A Bibliography of Bernoulli Numbers (Alphabetically Indexed Authorwise)

M. Kaneko, The Akiyama-Tanigawa algorithm for Bernoulli numbers, J. Integer Sequences, 3 (2000), #00.2.9.

Hisanori Mishima, Factorizations of many number sequences

Hisanori Mishima, Factorizations of many number sequences

Niels Nielsen, Traite Elementaire des Nombres de Bernoulli, Gauthier-Villars, 1923, pp. 398.

S. Plouffe, The First 498 Bernoulli numbers [Project Gutenberg Etext]

E. Sandifer, How Euler Did It, Bernoulli numbers

Eric Weisstein's World of Mathematics, More information.

Wolfram Research, Generating functions of B_n & B_2n

Index entries for sequences related to Bernoulli numbers.

Index entries for "core" sequences

FORMULA

E.g.f: x/(e^x - 1). Recurrence: B^n = (1+B)^n, n >= 2 (interpreting B^j as B_j).

B_{2n}/(2n)! = 2*(-1)^(n-1)*(2*Pi)^(-2n) Sum_{k=1..inf} 1/k^(2n) (gives asymptotics) - Rademacher, p. 16, Eq. (9.1). In particular, B_{2*n} ~ (-1)^(n-1)*2*(2*n)!/(2*Pi)^(2*n).

Sum_{i=1..n-1} i^k = ((n+B)^(k+1)-B^(k+1))/(k+1) (interpreting B^j as B_j).

B_{n-1} = - Sum_{r=1..n} (-1)^r binomial(n, r) r^(-1) Sum_{k=1..r} k^(n-1). More concisely, B_n = 1 - (1-C)^(n+1), where C^r is replaced by the arithmetic mean of the first r n-th powers of natural numbers in the expansion of the right-hand side. [Bergmann]

Sum_{i=1..inf} 1/i^(2k) = zeta(2k) = (2*Pi)^(2k)*|B_{2k}|/(2*(2k)!).

EXAMPLE

B_n sequence begins 1, -1/2, 1/6, 0, -1/30, 0, 1/42, 0, -1/30, 0, 5/66, 0, -691/2730, 0, 7/6, 0, -3617/510, ...

MAPLE

B := proc(n) sum( (-1)^'m'*'m'!*combinat[stirling2](n, 'm')/('m'+1), 'm'=0..n); end;

B := proc(n) numtheory[bernoulli](n); end;

MATHEMATICA

Table[ Numerator[ BernoulliB[ n]], {n, 0, 40}] (from Robert G. Wilson v Oct 11 2004)

Numerator[ Range[0, 40]! CoefficientList[ Series[x/(E^x - 1), {x, 0, 40}], x]]

PROGRAM

(PARI) a(n)=if(n<0, 0, numerator(bernfrac(n)))

CROSSREFS

This is the main entry for the Bernoulli numbers, and has all the references, links and formulae. Sequences A027642 (the denominators of B_n), and A000367/A002445 = B_{2n} are also important!

Cf. A027642, A000146, A000367, A002445.

Cf. also A002882, A003245, A127187, A127188.

Adjacent sequences: A027638 A027639 A027640 this_sequence A027642 A027643 A027644

Sequence in context: A122045 A073911 A036946 this_sequence A129205 A098173 A058177

KEYWORD

sign,frac,nice

AUTHOR

njas

page 1

Search completed in 0.003 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 01:24 EDT 2008. Contains 139630 sequences.


AT&T Labs Research