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.

A069540 Multiples of 5 with digit sum 5.

Original entry on oeis.org

5, 50, 140, 230, 320, 410, 500, 1040, 1130, 1220, 1310, 1400, 2030, 2120, 2210, 2300, 3020, 3110, 3200, 4010, 4100, 5000, 10040, 10130, 10220, 10310, 10400, 11030, 11120, 11210, 11300, 12020, 12110, 12200, 13010, 13100, 14000, 20030, 20120
Offset: 1

Views

Author

Amarnath Murthy, Apr 01 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Select[5*Range[5000],Total[IntegerDigits[#]]==5&] (* Harvey P. Dale, Nov 08 2017 *)

Extensions

Corrected and extended by Ray Chandler, Sep 28 2003