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.

A166397 Multiples of 13 whose reversal - 1 is also a multiple of 13.

Original entry on oeis.org

156, 247, 338, 429, 1560, 1651, 1742, 1833, 1924, 2470, 2561, 2652, 2743, 2834, 2925, 3380, 3471, 3562, 3653, 3744, 3835, 3926, 4290, 4381, 4472, 4563, 4654, 4745, 4836, 4927, 5291, 5382, 5473, 5564, 5655, 5746, 5837, 5928, 6292, 6383, 6474, 6565, 6656
Offset: 1

Views

Author

Claudio Meller, Oct 13 2009

Keywords

Crossrefs

Subsequence of A008595.

Programs

  • Mathematica
    Select[13Range[700],Divisible[FromDigits[Reverse[IntegerDigits[#]]] -1, 13]&]  (* Harvey P. Dale, Apr 23 2011 *)