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.

Showing 1-3 of 3 results.

A167182 a(0)=1, a(1)=2; for n>=2, a(n) = 2^A042950(n-2).

Original entry on oeis.org

1, 2, 4, 8, 64, 4096, 16777216, 281474976710656, 79228162514264337593543950336, 6277101735386680763835789423207666416102355444464034512896
Offset: 0

Views

Author

Giovanni Teofilatto, Oct 29 2009

Keywords

Comments

Term a(13) has 925 decimal digits; a(14) has 1850 decimal digits. - Michael De Vlieger, Jan 07 2015

Crossrefs

Programs

  • Mathematica
    Join[{2,4},NestList[#^2&,8,10]] (* Harvey P. Dale, Nov 30 2019 *)
    Table[2^Ceiling[3 2^(i - 3)], {i, 8}] (* Trevor Cappallo, Apr 21 2021 *)

Formula

a(n) = (a(n-1))^2 for n > 3.
a(n) = 2^A098011(n+1). - R. J. Mathar, Apr 22 2010

Extensions

Definition corrected by R. J. Mathar, Apr 22 2010
More terms from Vincenzo Librandi, Apr 25 2010
Entry revised by N. J. A. Sloane, Jun 20 2021

A172489 a(0)=1, a(1)=6; for n>=2, a(n) = 6^A042950(n-2).

Original entry on oeis.org

1, 6, 36, 216, 46656, 2176782336, 4738381338321616896, 22452257707354557240087211123792674816, 504103876157462118901767181449118688686067677834070116931382690099920633856
Offset: 0

Views

Author

Giovanni Teofilatto, Feb 05 2010

Keywords

Crossrefs

Extensions

Revised by N. J. A. Sloane, Jun 20 2021

A175129 a(0)=1, a(1)=3; for n>=2, a(n) = 3^A042950(n-2).

Original entry on oeis.org

1, 3, 9, 27, 729, 531441, 282429536481, 79766443076872509863361, 6362685441135942358474828762538534230890216321
Offset: 0

Views

Author

Giovanni Teofilatto, Feb 17 2010

Keywords

Crossrefs

Extensions

Revised by N. J. A. Sloane, Jun 20 2021
Showing 1-3 of 3 results.