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.

A121904 a(n) = floor(Pi^(n*e)).

Original entry on oeis.org

1, 22, 504, 11328, 254433, 5714356, 128339632, 2882400037, 64736277048, 1453922256329, 32653869265129, 733378399940296, 16471061151498380, 369926160190271626, 8308229975861003525, 186595847388277259847, 4190785566084546949287, 94121513992523815815369
Offset: 0

Views

Author

Mohammad K. Azarian, Sep 01 2006

Keywords

Crossrefs

Programs

  • Magma
    C := ComplexField(); [Floor(Pi(C)^(n*Exp(1))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
  • Mathematica
    Floor[Pi^(E Range[0, 20])] (* Vincenzo Librandi, Feb 21 2013 *)
  • PARI
    for(n=0,50, print1(floor(Pi^(n*exp(1))), ", ")) \\ G. C. Greubel, Nov 06 2017
    

Extensions

Offset changed to 0 by Georg Fischer, Sep 02 2022