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.

A017940 Powers of sqrt(12) rounded down.

Original entry on oeis.org

1, 3, 12, 41, 144, 498, 1728, 5985, 20736, 71831, 248832, 861979, 2985984, 10343751, 35831808, 124125023, 429981696, 1489500287, 5159780352, 17874003451, 61917364224, 214488041413, 743008370688
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A010469 (sqrt(12)).

Programs

Formula

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