login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A265183
Base-10 analog of Marko Riedel's A265008, but allowing A, B, C to be zero.
4
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,11
LINKS
PROG
(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
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Dec 04 2015
EXTENSIONS
Data corrected by Reinhard Zumkeller, Dec 05 2015
STATUS
approved