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.

A095860 Triangle read by rows: T(n,k) = n^(k^2), n>=1, 1<=k<=n.

This page as a plain text file.
%I A095860 #7 May 28 2024 09:14:04
%S A095860 1,2,16,3,81,19683,4,256,262144,4294967296,5,625,1953125,152587890625,
%T A095860 298023223876953125,6,1296,10077696,2821109907456,
%U A095860 28430288029929701376,10314424798490535546171949056,7,2401,40353607,33232930569601
%N A095860 Triangle read by rows: T(n,k) = n^(k^2), n>=1, 1<=k<=n.
%H A095860 Paolo Xausa, <a href="/A095860/b095860.txt">Table of n, a(n) for n = 1..325</a> (rows 1..25 of the triangle, flattened).
%e A095860 From _Paolo Xausa_, May 28 2024: (Start)
%e A095860 Triangle begins:
%e A095860 [1]  1;
%e A095860 [2]  2,  16;
%e A095860 [3]  3,  81,   19683;
%e A095860 [4]  4, 256,  262144,  4294967296;
%e A095860 [5]  5, 625, 1953125, 152587890625, 298023223876953125;
%e A095860 ... (End)
%t A095860 Table[n^k^2, {n, 8}, {k, n}] (* _Paolo Xausa_, May 28 2024 *)
%K A095860 easy,nonn,tabl
%O A095860 1,2
%A A095860 Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 10 2004