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.

Showing 1-1 of 1 results.

A292885 a(n) is the least number k such that k | concat(k-n,k-n+1,…,k,…,k+n-1,k+n).

Original entry on oeis.org

1, 3, 3, 9, 6, 9, 9, 9, 9, 27, 15, 33, 18, 27, 18, 21, 18, 27, 27, 27, 24, 27, 27, 27, 27, 27, 27, 143, 34, 143, 45, 63, 36, 39, 39, 45, 42, 143, 89, 57, 45, 43, 143, 99, 54, 135, 154, 63, 63, 63, 75, 63, 154, 189, 66, 165, 72, 171, 153, 189, 90, 63, 81, 69, 69
Offset: 0

Views

Author

Paolo P. Lava, Sep 26 2017

Keywords

Examples

			a(4) = 6 because concat(2, 3, 4, 5, 6, 7, 8, 9, 10) = 2345678910 is a multiple of 6 and 6 is the least number to have this property.
		

Crossrefs

Programs

Showing 1-1 of 1 results.