cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A001925 From rook polynomials.

Original entry on oeis.org

1, 6, 22, 64, 162, 374, 809, 1668, 3316, 6408, 12108, 22468, 41081, 74202, 132666, 235160, 413790, 723530, 1258225, 2177640, 3753096, 6444336, 11028792, 18818664, 32024977, 54367374, 92094334, 155688208, 262711866, 442556798, 744355673, 1250157228
Offset: 0

Views

Author

Keywords

References

  • J. Riordan, Discordant permutations, Scripta Math., 20 (1954), 14-23.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A002940.

Programs

  • Maple
    A001925:=-(1+z)/(z**2+z-1)**2/(z-1)**3; # conjectured by Simon Plouffe in his 1992 dissertation
  • Mathematica
    nn = 40; CoefficientList[Series[(1 + x)/((1 - x - x^2)^2*(1 - x)^3), {x, 0, nn}], x] (* T. D. Noe, Aug 17 2012 *)
    LinearRecurrence[{5,-8,2,6,-4,-1,1},{1,6,22,64,162,374,809},40] (* Harvey P. Dale, Oct 15 2021 *)

Formula

Riordan gives the g.f. (1+x)/[(1-x-x^2)^2*(1-x)^3].