OFFSET
0,9
COMMENTS
Named after the Dutch physicist Balthasar van der Pol (1889-1959). - Amiram Eldar, Sep 04 2021
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
B. van der Pol, Smoothing and "unsmoothing", in Mark Kac, Probability and Related Topics in Physical Sciences, New York 1957, pp. 223—235.
LINKS
T. D. Noe, Table of n, a(n) for n = 0..200
F. T. Howard, Properties of the van der Pol numbers and polynomials, R. Reine Angew. Math., 260 (1973), pp. 35-46.
FORMULA
E.g.f. for fractions: x^3/( 6*x*(exp(x)+1)-12*(exp(x)-1) ).
EXAMPLE
MATHEMATICA
max = 27; g[x_] = x^3/(6*x*(E^x + 1) - 12*(E^x - 1)); Numerator[ CoefficientList[ Series[ g[x], {x, 0, max}], x]*Range[0, max]!](* Jean-François Alcover, Nov 17 2011, after g.f. *)
CROSSREFS
KEYWORD
sign,frac,nice
AUTHOR
STATUS
approved