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.

A017934 Powers of sqrt(10) rounded down.

Original entry on oeis.org

1, 3, 10, 31, 100, 316, 1000, 3162, 10000, 31622, 100000, 316227, 1000000, 3162277, 10000000, 31622776, 100000000, 316227766, 1000000000, 3162277660, 10000000000, 31622776601, 100000000000, 316227766016, 1000000000000, 3162277660168, 10000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A010467 Decimal expansion of sqrt(10), A131581, A136582, A175733, A175734.

Programs

Formula

a(n) = floor(sqrt(10^n)). - Zak Seidov