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.

A017958 Powers of sqrt(18) rounded down.

Original entry on oeis.org

1, 4, 18, 76, 324, 1374, 5832, 24743, 104976, 445375, 1889568, 8016758, 34012224, 144301645, 612220032, 2597429617, 11019960576, 46753733110, 198359290368, 841567195983, 3570467226624, 15148209527700
Offset: 0

Views

Author

Keywords

Examples

			sqrt(18)^2 = 18, so a(2) = 18.
sqrt(18)^3 = 76.3675323681471326352911911..., so a(3) = 76.
sqrt(18)^4 = 18^2 = 324, so a(4) = 324.
sqrt(18)^5 = 1374.61558262664838743524143993..., so a(5) = 1374.
		

Crossrefs

Cf. A001027 (bisection)

Programs

Formula

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