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).

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