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.

A077189 Smallest concatenation 123...(k-1) k (k-1)...321 (a concatenation of natural numbers from 1 to k and back to 1) that is a multiple of 2n-1, or 0 if no such number exists.

Original entry on oeis.org

1, 12321, 0, 12345654321, 12321, 121, 12345654321, 0
Offset: 1

Views

Author

Amarnath Murthy, Nov 01 2002

Keywords

Comments

a(5k+3) = 0. Are there any other values of n such that a(n) = 0?
The next value, 2n-1 = 17, has k = 109, for a total of 435 digits and is too large to include. - Franklin T. Adams-Watters, Jun 02 2006

Examples

			a(5) = 12321 is a multiple of 9.
		

Crossrefs

Extensions

More terms from Franklin T. Adams-Watters, Jun 02 2006