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.

A093472 (2n+1)-digit anti-palindromic numbers or numberdromes, whose first and last digits add to ten, second and next-to-last add to ten and so on with the central digit a 5.

Original entry on oeis.org

159, 258, 357, 456, 555, 654, 753, 852, 951, 11599, 12589, 13579, 14569, 15559, 16549, 17539, 18529, 19519, 21598, 22588, 23578, 24568, 25558, 26548, 27538, 28528, 29518, 31597, 32587, 33577, 34567, 35557, 36547, 37537, 38527, 39517
Offset: 0

Views

Author

Michael Joseph Halm, May 13 2004

Keywords

Examples

			a(1) = 159 because at least three digits are required, so that n = 1, m = 1 yields a(1) = 100+50+(10-1) = 159
		

Crossrefs

Cf. A083678.

Formula

a(n) = (10^(m+1))n+5(10^m)+(10^m-n)