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.

A151615 Row sums of A057282.

Original entry on oeis.org

2, 22, 360, 7880, 216240, 7124880, 273463680
Offset: 1

Views

Author

N. J. A. Sloane, May 29 2009

Keywords

Programs

  • Maple
    # read in A057282 as list called s1
    f:=n->add(s1[i],i=n*(n-1)/2+1..n*(n+1)/2); [seq(f(n),n=1..7)];