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.

A017967 Powers of sqrt(21) rounded down.

Original entry on oeis.org

1, 4, 21, 96, 441, 2020, 9261, 42439, 194481, 891223, 4084101, 18715701, 85766121, 393029741, 1801088541, 8253624572, 37822859361, 173326116021, 794280046581, 3639848436450, 16679880978201, 76436817165460
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A010477 (sqrt(21)).

Programs

Formula

a(n) = floor(sqrt(21^n)). - Vincenzo Librandi, Jun 24 2011