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.

Showing 1-1 of 1 results.

A249048 Self-numbers (A003052) that are multiples of 9.

Original entry on oeis.org

9, 108, 198, 288, 378, 468, 558, 648, 738, 828, 918, 1098, 1188, 1278, 1368, 1458, 1548, 1638, 1728, 1818, 1917, 2007, 2088, 2178, 2268, 2358, 2448, 2538, 2628, 2718, 2817, 2907, 2997, 3078, 3168, 3258, 3348, 3438, 3528, 3618, 3717, 3807, 3897, 3987, 4068, 4158, 4248
Offset: 1

Views

Author

N. J. A. Sloane, Oct 30 2014

Keywords

References

  • D. R. Kaprekar, The Mathematics of the New Self Numbers, Privately printed, 311 Devlali Camp, Devlali, India, 1963.

Crossrefs

Programs

  • Haskell
    a249048 n = a249048_list !! (n-1)
    a249048_list = filter ((== 0) . flip mod 9) a003052_list
    -- Reinhard Zumkeller, Oct 31 2014
Showing 1-1 of 1 results.