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.

A165165 Numbers without repeated digits that yield only integers when the sum of the leftmost k digits is divided by k for all k = 1, 2, ...

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 15, 17, 19, 20, 24, 26, 28, 31, 35, 37, 39, 40, 42, 46, 48, 51, 53, 57, 59, 60, 62, 64, 68, 71, 73, 75, 79, 80, 82, 84, 86, 91, 93, 95, 97, 132, 135, 138, 150, 153, 156, 159, 174, 192, 195, 198, 201, 204, 207, 240, 243, 246, 249, 261, 264
Offset: 1

Views

Author

Harvey P. Dale, Sep 06 2009

Keywords

Comments

Contains exactly 673 terms.

Examples

			603 is included because (1) none of its digits repeat, (2) the leftmost first digit is 6 which, divided by 1, yields an integer, (3) the sum of the leftmost 2 digits, i.e., 6+0=6, divided by 2 yields an integer, and (3) the sum of the leftmost 3 digits, i.e., 6+0+3=9, divided by 3 yields an integer.