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.

A193428 a(n) = A031287(n) + A031288(n) + A031289(n) + A031290(n) + A031291(n) + A031292(n) + A031293(n) + A031294(n) + A031295(n) + A031296(n).

Original entry on oeis.org

56, 217, 394, 550, 686, 802, 898, 974, 1030, 1066, 1084, 1103, 1126, 1169, 1232, 1315, 1418, 1541, 1684, 1847, 2080, 2353, 2618, 2852, 3058, 3232, 3377, 3491, 3576, 3629, 3656, 3683, 3710, 3744, 3808, 3901, 4025, 4178, 4363, 4576, 4814, 5058, 5303, 5536
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 28 2011

Keywords

Crossrefs

Cf. A007376.

Programs

  • Haskell
    a193428 n = sum $ map ($ n) [a031287, a031288, a031289, a031290, a031291, a031292, a031293, a031294, a031295, a031296]