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.

A257641 Central terms of triangle A103284.

Original entry on oeis.org

1, 1, 3, 9, 30, 102, 352, 1240, 4443, 16112, 58900, 216727, 801880, 2982327, 11147622, 41854916, 157805863, 597307573, 2268487476, 8639848112, 32999949539, 126498330700, 485441076004, 1865211479514, 7176111235446, 27644828367182, 106633724636570
Offset: 0

Views

Author

Reinhard Zumkeller, Nov 19 2015

Keywords

Comments

a(n) = A103284(2*n,n).

Crossrefs

Programs

  • Haskell
    a257641 n = a103284 (2 * n) n