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.

A005921 From solution to a difference equation.

Original entry on oeis.org

1, 3, 10, 48, 312, 2520, 24480, 277200, 3588480, 52254720, 845510400, 15048633600, 292190976000, 6146069529600, 139223731046400, 3379030566912000, 87478184521728000, 2406225451069440000, 70080382582898688000
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Formula

For n >= 1, a(n) = Fibonacci(n+3)*n!. - David W. Wilson, May 15 1997
For n >= 3, a(n) = n*(a(n-1)+a(n-2)*(n-1)). - Christian Krause, Dec 15 2024

Extensions

More terms from David W. Wilson, May 15 1997