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.

A248574 a(n) = A027306(n) + A027306(n-1) for n > 0; a(0) = 1.

Original entry on oeis.org

1, 2, 4, 7, 15, 27, 58, 106, 227, 419, 894, 1662, 3534, 6606, 14004, 26292, 55587, 104739, 220918, 417526, 878810, 1665242, 3498444, 6644172, 13934990, 26517902, 55531948, 105863596, 221384892, 422711484, 882865128, 1688171496, 3521765667, 6742991139
Offset: 0

Views

Author

Reinhard Zumkeller, Nov 14 2014

Keywords

Comments

Central terms of triangle in A249111.

Crossrefs

Programs

  • Haskell
    a248574 0 = 1
    a248574 n = a027306 (n - 1) + a027306 n