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.

Showing 1-1 of 1 results.

A050740 Numbers of form 11^k (values of k see A050731) containing no pair of consecutive equal digits (probably finite).

Original entry on oeis.org

1, 121, 14641, 161051, 19487171, 2357947691, 25937424601, 3138428376721, 45949729863572161
Offset: 0

Views

Author

Patrick De Geest, Sep 15 1999

Keywords

Crossrefs

Programs

  • Mathematica
    Select[11^Range[0,20],Min[Abs[Differences[IntegerDigits[#]]]]>0&] (* Harvey P. Dale, Jan 03 2024 *)
Showing 1-1 of 1 results.