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.

A161921 The bisection A053445(2n+1).

Original entry on oeis.org

0, 0, 0, 1, 2, 3, 7, 11, 17, 28, 43, 63, 96, 139, 199, 287, 406, 566, 792, 1092, 1496, 2045, 2772, 3733, 5016, 6696, 8897, 11784, 15534, 20391, 26692, 34797, 45207, 58564, 75614, 97328, 124953, 159945, 204185, 260025, 330286, 418506, 529106, 667380, 839938
Offset: 0

Views

Author

Alford Arnold, Jul 05 2009

Keywords

Crossrefs

Cf. A160644 (the other bisection), A160643 (first differences of a(n)).

Programs

  • Mathematica
    Take[Differences[Table[PartitionsP[n],{n,0,100}],2],{2,-1,2}] (* Harvey P. Dale, Sep 02 2013 *)