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.

A166394 Multiples of 7 whose reversal - 1 is also a multiple of 7.

Original entry on oeis.org

63, 112, 119, 182, 189, 203, 273, 364, 455, 546, 630, 637, 721, 728, 791, 798, 812, 819, 882, 889, 903, 973, 1036, 1120, 1127, 1190, 1197, 1211, 1218, 1281, 1288, 1302, 1309, 1372, 1379, 1463, 1554, 1645, 1736, 1820, 1827, 1890, 1897, 1911, 1918, 1981, 1988
Offset: 1

Views

Author

Claudio Meller, Oct 13 2009

Keywords

Crossrefs

Subsequence of A008589.

Programs

  • Mathematica
    Select[7 Range[5!], Divisible[FromDigits[Reverse[IntegerDigits[#]]] - 1, 7] &] (* G. C. Greubel, May 12 2016 *)