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.

A231667 a(n) = Sum_{i=0..n} digsum_4(i)^4, where digsum_4(i) = A053737(i).

Original entry on oeis.org

0, 1, 17, 98, 99, 115, 196, 452, 468, 549, 805, 1430, 1511, 1767, 2392, 3688, 3689, 3705, 3786, 4042, 4058, 4139, 4395, 5020, 5101, 5357, 5982, 7278, 7534, 8159, 9455, 11856, 11872, 11953, 12209, 12834, 12915, 13171, 13796, 15092, 15348, 15973, 17269, 19670, 20295, 21591, 23992, 28088, 28169, 28425, 29050, 30346, 30602, 31227, 32523, 34924, 35549, 36845, 39246, 43342
Offset: 0

Views

Author

N. J. A. Sloane, Nov 13 2013

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sum(i=0, n, sumdigits(i, 4)^4); \\ Michel Marcus, Sep 20 2017