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.

A097583 Octal representation of the concatenation of the first n decimal numbers with the most significant digits first.

Original entry on oeis.org

1, 14, 173, 2322, 30071, 361100, 4553207, 57060516, 726746425, 133767016076, 21756176604103, 3404420603635070, 536705213574536755, 104420417226264430242, 15305164771273206577527
Offset: 1

Views

Author

Cino Hilliard, Aug 29 2004

Keywords

Examples

			1234 decimal is 2322 octal the 4th entry in the table.
		

Crossrefs

Programs

  • Mathematica
    Table[FromDigits[IntegerDigits[FromDigits[Flatten[IntegerDigits/@ Range[ n]]],8]],{n,20}] (* Harvey P. Dale, Aug 11 2021 *)

Formula

a(n) = A007094(A007908(n)). - Seiichi Manyama, Apr 23 2022