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.

A061821 Multiples of 5 containing only digits 0,...,5.

Original entry on oeis.org

0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 300, 305, 310, 315, 320, 325, 330, 335, 340, 345, 350, 355, 400, 405, 410, 415, 420, 425, 430
Offset: 1

Views

Author

Amarnath Murthy, May 28 2001

Keywords

Examples

			145 is a term containing digits less than 6.
		

Crossrefs

Programs

  • Mathematica
    Select[5Range[0,90],Max[IntegerDigits[#]]<6&] (* Harvey P. Dale, May 02 2011 *)

Extensions

Corrected and extended by Larry Reeves (larryr(AT)acm.org), May 30 2001