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.

A165624 a(n) = 3^(3^n)/(3^n)^3.

Original entry on oeis.org

3, 1, 27, 387420489, 834385168331080533771857328695283, 6076396096647706909168138770838836135530328017648434830996201971201776350890241322455818405320466786549738961
Offset: 0

Views

Author

Keywords

Examples

			a(0) = 3^1/1^3 = 3. a(1) = 3^3/3^3 = 1. a(2) = 3^9/9^3 = 27.
		

Crossrefs

Programs

  • Mathematica
    Table[3^(3^n)/(3^n)^3,{n,0,6}] (* Harvey P. Dale, Sep 17 2019 *)

Formula

a(n) = 3^A107583(n). [R. J. Mathar, Oct 07 2009]

Extensions

Definition simplified by R. J. Mathar, Oct 07 2009