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.

A081959 Row sums of A081957.

Original entry on oeis.org

2, 14, 90, 612, 4608, 38760, 361440, 3688560, 41277600, 501379200, 6576837120, 92697696000, 1397414592000, 22498705152000, 382873642905600, 6908854669516800, 131496596027596800, 2633684945988096000
Offset: 1

Views

Author

Amarnath Murthy, Apr 02 2003

Keywords

Crossrefs

Programs

  • Python
    def a(n): return sum(row(n)) # row(n) is given in A081957. - James Rayman, Jan 18 2021

Extensions

Corrected and extended by Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 08 2003
More terms from David Wasserman, Jul 22 2004