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.

A083282 a(n) = n^(3*n).

Original entry on oeis.org

1, 64, 19683, 16777216, 30517578125, 101559956668416, 558545864083284007, 4722366482869645213696, 58149737003040059690390169, 1000000000000000000000000000000, 23225154419887808141001767796309131
Offset: 1

Views

Author

Christopher M. Tomaszewski (cmt1288(AT)comcast.net), Jun 02 2003

Keywords

Comments

If sequence A000312 is used as the domain in the function f(n)=n^3, this sequence would be the resulting range. Also the range of the function f(n)=n^1.5 when sequence A062207 is used as the domain.

Crossrefs

Programs

  • Magma
    [n^(3*n): n in [1..30]]; // G. C. Greubel, Nov 01 2022
    
  • Mathematica
    Table[n^(3*n), {n, 30}] (* G. C. Greubel, Nov 01 2022 *)
  • SageMath
    [n^(3*n) for n in range(1,31)] # G. C. Greubel, Nov 01 2022

Formula

a(n) = A089072(3*n, n). - G. C. Greubel, Nov 01 2022

Extensions

More terms from Michael Joseph Halm, May 16 2004