A069558 Triangular numbers in which the k-th digit, numbering them from right to left, either divides k or is a nonzero multiple of k. Is 1 only when k has no other single-digit divisor (less than 10).
1, 3, 6, 21, 28, 45, 66, 325, 666, 946, 2346, 2628, 2926, 8385, 8646, 52326, 54946
Offset: 1
Examples
8646 is a term in which, numbering the digits from right to left, the 1st digit is 6; the 2nd digit is 4, a multiple of 2; the 3rd digit is 6, a multiple of 3; the 4th digit is 8, a multiple of 4.
Extensions
Offset corrected by Sean A. Irvine, May 04 2024
Comments