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.

A200379 Second row of array defined in A056230.

Original entry on oeis.org

2, 6, 17, 47, 121, 291, 665, 1467, 3162, 6718, 14156, 29702, 62190, 130060, 271760, 567488, 1184917, 2475907, 5181798, 10869647, 22858188, 48178441, 101712259, 214900119, 454006064, 958316150, 2019797853, 4248758319, 8917387482, 18670242203, 38989676130
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 19 2011

Keywords

Comments

First differences of A057153;
a(n) = A056230(n+1,n).

Programs

  • Haskell
    a200379 n = a056230_tabl !! n !! (n-1)