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.

A001674 a(n) = floor(sqrt( 2*Pi )^n).

Original entry on oeis.org

1, 2, 6, 15, 39, 98, 248, 621, 1558, 3906, 9792, 24546, 61528, 154230, 386597, 969056, 2429063, 6088760, 15262258, 38256809, 95895600, 240374623, 602529828, 1510318305, 3785806567, 9489609784, 23786924200, 59624976768, 149457652641, 374634777972
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A001674 (ceiling sqrt(2 Pi)^n), A017910 (floor sqrt(2)^n), A000149 (floor e^n), A001672 (floor Pi^n), A062541 (floor (Pi*e)^n), A121831 (floor (Pi+e)^n), A032739 (floor (Pi/e)^n), A014217 (floor ((1+sqrt(5))/2)^n).

Programs

  • Mathematica
    Table[Floor[Sqrt[2*Pi]^n], {n, 0, 50}] (* T. D. Noe, Aug 09 2012 *)
  • PARI
    a(n)=(2*Pi)^(n/2)\1 \\ M. F. Hasler, May 29 2018

Extensions

Edited by M. F. Hasler, May 29 2018