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.

A208278 Row sums of Pascal's triangle mod 10 (A008975).

Original entry on oeis.org

1, 2, 4, 8, 16, 12, 24, 28, 46, 52, 14, 28, 36, 72, 34, 68, 46, 72, 84, 108, 26, 52, 54, 108, 106, 32, 44, 68, 76, 92, 84, 128, 46, 92, 84, 48, 56, 92, 124, 148, 56, 112, 124, 168, 196, 112, 144, 208, 216, 252, 34, 68, 56, 112, 94, 148, 76, 132, 144, 228, 96
Offset: 0

Views

Author

Reinhard Zumkeller, Feb 25 2012

Keywords

Programs

  • Haskell
    a208278 = sum . a008975_row

Formula

a(n) = sum (A008975(n,k): k = 0..n).