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.

A062898 Number and its reversal are both multiples of 4.

Original entry on oeis.org

4, 8, 40, 44, 48, 80, 84, 88, 212, 216, 232, 236, 252, 256, 272, 276, 292, 296, 400, 404, 408, 420, 424, 428, 440, 444, 448, 460, 464, 468, 480, 484, 488, 612, 616, 632, 636, 652, 656, 672, 676, 692, 696, 800, 804, 808, 820, 824, 828, 840, 844, 848, 860, 864
Offset: 1

Views

Author

Amarnath Murthy, Jul 01 2001

Keywords

Examples

			256 and 652 are both multiples of 4.
		

Programs

  • Mathematica
    Select[4*Range[600],Divisible[IntegerReverse[#],4]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 04 2017 *)

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), Jul 02 2001
Corrected by Harvey P. Dale, May 04 2017