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.

A067343 Sum of decimal digits of n equals sum of decimal digits of sum of divisors of n.

Original entry on oeis.org

1, 15, 24, 64, 69, 78, 90, 114, 133, 147, 153, 186, 198, 258, 270, 276, 288, 306, 339, 360, 366, 393, 429, 474, 492, 495, 507, 522, 582, 588, 609, 618, 627, 639, 708, 717, 738, 762, 763, 801, 817, 834, 846, 871, 906, 933, 960, 978, 990, 1062, 1080, 1083
Offset: 1

Views

Author

Labos Elemer, Jan 16 2002

Keywords

Crossrefs

Programs

  • PARI
    sd(n) = digs = digits(n); sum(i=1, #digs, digs[i]);
    isok(n) = sd(n) == sd(sigma(n)); \\ Michel Marcus, Dec 26 2013

Formula