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.

A082256 (Concatenation of 9n-8, 9n-7, 9n-6, 9n-5, 9n-4, 9n-3, 9n-2, 9n-1 and 9n) divided by 9.

Original entry on oeis.org

13717421, 11234681268351302, 21335691369361403, 31436701470371504, 41537711571381605, 51638721672391706, 61739731773401807, 71840741874411908, 81941751975422009, 92042762076432110
Offset: 1

Views

Author

Amarnath Murthy, Apr 11 2003

Keywords

Examples

			a(3) = 192021222324252627/9 = 21335691369361403.
		

Crossrefs

Programs

  • Mathematica
    Table[FromDigits[Flatten[Table[IntegerDigits[9*n -i], {i, 8, 0, -1}]]]/9, {n, 1, 20}] (* Stefan Steinerberger, Dec 30 2007 *)

Extensions

More terms from Stefan Steinerberger, Dec 30 2007