A290030 Leading coefficients of numerators of Norlund's B_{nu}^(n) polynomials (Nørlund, Tafel 5, p. 459).
1, -1, 3, -1, 15, -3, 63, -9, 135, -15, 99, -9, 12285, -945, 405, -27, 6885, -405, 161595, -8505, 1403325, -66825, 419175, -18225, 24877125, -995085, 229635, -8505, 528525, -18225, 26101845, -841995, 214708725, -6506325, 1148175, -32805, 31479513975, -850797675
Offset: 0
Keywords
Links
- Gregory Gerard Wojnar, Table of n, a(n) for n = 0..187
- N. E. Nørlund, Vorlesungen ueber Differenzenrechnung Springer 1924, p. 459.
- G. G. Wojnar, D. Sz. Wojnar, and L. Q. Brin, Universal Peculiar Linear Mean Relationships in All Polynomials, arXiv:1706.08381 [math.GM], 2017.
Programs
-
Mathematica
a[n_] := NorlundB[n, x] // Together // Numerator // Coefficient[#, x, n]&; Table[a[n], {n, 0, 37}] (* Jean-François Alcover, Jun 30 2019 *)
-
Sage
[A100655_row(n)[n] for n in (0..37)] # Peter Luschny, Jul 01 2019
Comments