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.

A221532 The number of n-digit numbers whose last k digits are divisible by k for k = 1..n.

Original entry on oeis.org

10, 45, 150, 756, 1530, 5100, 7301, 38646, 42940, 430263, 391149
Offset: 1

Views

Author

Shyam Sunder Gupta, Aug 07 2013

Keywords

Examples

			There are ten one-digit numbers divisible by 1 so a(1)=10.
For two-digit numbers, the ones digit must be such that the two-digit number is divisible by 2 which gives 45 numbers, that is, all even numbers from 10 to 98 to satisfy the requirement. So a(2)=45.
		

Crossrefs

Cf. A164836.