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.

A265183 Base-10 analog of Marko Riedel's A265008, but allowing A, B, C to be zero.

Original entry on oeis.org

1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 8, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 0, 0, 1, 1, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 1, 0, 0, 1, 5, 5, 1, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0
Offset: 0

Views

Author

N. J. A. Sloane, Dec 04 2015

Keywords

Crossrefs

Programs

  • Haskell
    a265183 n = length [() | let cs = a218978_row n, a <- cs, b <- cs, c <- cs,
                             a * b == c || c == 0 && a * b == 0]
    -- Reinhard Zumkeller, Dec 05 2015

Extensions

Data corrected by Reinhard Zumkeller, Dec 05 2015