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.

A139378 Number of 2-digit multiples of n whose digits sum to n.

Original entry on oeis.org

1, 1, 3, 1, 1, 3, 1, 1, 9
Offset: 1

Views

Author

Ian Duff, Jun 08 2008

Keywords

Examples

			a(1)=1 as 10 is the only 2-digit multiple of 1 whose digits sum to 1, while a(3)=3 as the multiples 12, 21 and 30 have the property.