%I #8 Nov 02 2022 10:29:37
%S 1,64,19683,16777216,30517578125,101559956668416,558545864083284007,
%T 4722366482869645213696,58149737003040059690390169,
%U 1000000000000000000000000000000,23225154419887808141001767796309131
%N a(n) = n^(3*n).
%C 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.
%H G. C. Greubel, <a href="/A083282/b083282.txt">Table of n, a(n) for n = 1..150</a>
%F a(n) = A089072(3*n, n). - _G. C. Greubel_, Nov 01 2022
%t Table[n^(3*n), {n, 30}] (* _G. C. Greubel_, Nov 01 2022 *)
%o (Magma) [n^(3*n): n in [1..30]]; // _G. C. Greubel_, Nov 01 2022
%o (SageMath) [n^(3*n) for n in range(1,31)] # _G. C. Greubel_, Nov 01 2022
%Y Cf. A000312, A062206, A062207, A089072.
%K easy,nonn
%O 1,2
%A Christopher M. Tomaszewski (cmt1288(AT)comcast.net), Jun 02 2003
%E More terms from _Michael Joseph Halm_, May 16 2004