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.

A171904 Smallest number m such that m and m+n have both at least two identical neighboring digits in their decimal representations.

Original entry on oeis.org

99, 110, 110, 110, 110, 110, 110, 110, 110, 100, 11, 88, 99, 99, 99, 99, 99, 99, 99, 99, 112, 11, 77, 88, 88, 88, 88, 88, 88, 88, 88, 112, 11, 66, 77, 77, 77, 77, 77, 77, 77, 77, 112, 11, 55, 66, 66, 66, 66, 66, 66, 66, 66, 112, 11, 44, 55, 55, 55, 55, 55, 55, 55, 55
Offset: 1

Views

Author

Reinhard Zumkeller, Feb 07 2010

Keywords

Comments

a(n) + n = A171901(k) for some k.

Crossrefs

Programs

  • Haskell
    a171904 n = head [m | m <- a171901_list, a196368 (m + n) == 0]
    -- Reinhard Zumkeller, Jan 31 2014

Formula

A196368(a(n)) + A196368(a(n)+n) = 0. - Reinhard Zumkeller, Jan 31 2014