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.

A050736 Numbers of form 6^k (values of k see A050727) containing no pair of consecutive equal digits (probably finite).

Original entry on oeis.org

1, 6, 36, 216, 1296, 1679616, 362797056, 13060694016, 78364164096, 470184984576, 170581728179578208256
Offset: 0

Views

Author

Patrick De Geest, Sep 15 1999

Keywords

Crossrefs

Programs

  • Mathematica
    Select[6^Range[0,26],FreeQ[Differences[IntegerDigits[#]],0]&] (* Harvey P. Dale, Jul 23 2018 *)
Showing 1-1 of 1 results.