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.

A062897 Number and its reversal are both multiples of 2.

Original entry on oeis.org

2, 4, 6, 8, 20, 22, 24, 26, 28, 40, 42, 44, 46, 48, 60, 62, 64, 66, 68, 80, 82, 84, 86, 88, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266
Offset: 1

Views

Author

Amarnath Murthy, Jul 01 2001

Keywords

Programs

  • Mathematica
    Select[Range[2,266,2],EvenQ[Last[Reverse[IntegerDigits[#]]]] &] (* Jayanta Basu, May 17 2013 *)

Extensions

Corrected and extended by Larry Reeves (larryr(AT)acm.org), Jul 02 2001