login
A083282
a(n) = n^(3*n).
4
1, 64, 19683, 16777216, 30517578125, 101559956668416, 558545864083284007, 4722366482869645213696, 58149737003040059690390169, 1000000000000000000000000000000, 23225154419887808141001767796309131, 708801874985091845381344307009569161216, 27783742160348572763840067510872319734178277
OFFSET
1,2
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.
LINKS
FORMULA
a(n) = A089072(3*n, n). - G. C. Greubel, Nov 01 2022
MATHEMATICA
Table[n^(3*n), {n, 30}] (* G. C. Greubel, Nov 01 2022 *)
PROG
(Magma) [n^(3*n): n in [1..30]]; // G. C. Greubel, Nov 01 2022
(SageMath) [n^(3*n) for n in range(1, 31)] # G. C. Greubel, Nov 01 2022
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Christopher M. Tomaszewski (cmt1288(AT)comcast.net), Jun 02 2003
EXTENSIONS
More terms from Michael Joseph Halm, May 16 2004
STATUS
approved