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.

Showing 1-1 of 1 results.

A018074 Powers of fourth root of 10 rounded up.

Original entry on oeis.org

1, 2, 4, 6, 10, 18, 32, 57, 100, 178, 317, 563, 1000, 1779, 3163, 5624, 10000, 17783, 31623, 56235, 100000, 177828, 316228, 562342, 1000000, 1778280, 3162278, 5623414, 10000000, 17782795, 31622777, 56234133, 100000000, 177827942, 316227767, 562341326, 1000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A011007, A017936 (bisection), A308467.

Programs

  • Mathematica
    Ceiling[(Power[10, (4 )^-1])^Range[0,50]]  (* Harvey P. Dale, Mar 18 2011 *)
  • PARI
    a(n) = sqrtnint(10^n-1, 4) + 1; \\ Michel Marcus, Jun 26 2024

Extensions

More terms from Michel Marcus, Aug 21 2019
Showing 1-1 of 1 results.