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.

A092453 Numbers that either contain the digit 4 or are divisible by 4.

Original entry on oeis.org

0, 4, 8, 12, 14, 16, 20, 24, 28, 32, 34, 36, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 52, 54, 56, 60, 64, 68, 72, 74, 76, 80, 84, 88, 92, 94, 96, 100, 104, 108, 112, 114, 116, 120, 124, 128, 132, 134, 136, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 152, 154, 156
Offset: 0

Views

Author

N. J. A. Sloane, Mar 24 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 300], Mod[#, 4] == 0||MemberQ[IntegerDigits[#], 4] &] (* Vincenzo Librandi, Jul 19 2016 *)

Extensions

More terms from Mohammed Bouayoun (bouyao(AT)wanadoo.fr), Mar 25 2004