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.

A081651 a(n) = floor((3/2)^^n), where x^^n is the power tower x^(x^(...^x)) with n x's.

Original entry on oeis.org

1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 5, 10, 86, 1499263005586576
Offset: 0

Views

Author

Robert G. Wilson v, Mar 26 2003

Keywords

Crossrefs

Cf. A014221.

Programs

  • Mathematica
    f[n_] := (3/2)^n; Floor[ NestList[f, 3/2, 12]]

Extensions

New definition from Benoit Jubin, Jul 22 2008
Inserted a missing 1 at the beginning, Benoit Jubin, Aug 04 2008