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.

A060156 a(n) = floor(10^n/n).

Original entry on oeis.org

10, 50, 333, 2500, 20000, 166666, 1428571, 12500000, 111111111, 1000000000, 9090909090, 83333333333, 769230769230, 7142857142857, 66666666666666, 625000000000000
Offset: 1

Views

Author

Henry Bottomley, Mar 12 2001

Keywords

Examples

			a(6) = floor(1000000/6) = 166666.
		

Crossrefs

Programs

  • PARI
    { default(realprecision, 10); for (n=1, 200, write("b060156.txt", n, " ", floor(10^n/n)); ) } \\ Harry J. Smith, Jul 02 2009

Formula

a(n) = (A011557(n) - A056969(n))/n.