login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095860 Triangle read by rows: T(n,k) = n^(k^2), n>=1, 1<=k<=n. 2
1, 2, 16, 3, 81, 19683, 4, 256, 262144, 4294967296, 5, 625, 1953125, 152587890625, 298023223876953125, 6, 1296, 10077696, 2821109907456, 28430288029929701376, 10314424798490535546171949056, 7, 2401, 40353607, 33232930569601 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..325 (rows 1..25 of the triangle, flattened).
EXAMPLE
From Paolo Xausa, May 28 2024: (Start)
Triangle begins:
[1] 1;
[2] 2, 16;
[3] 3, 81, 19683;
[4] 4, 256, 262144, 4294967296;
[5] 5, 625, 1953125, 152587890625, 298023223876953125;
... (End)
MATHEMATICA
Table[n^k^2, {n, 8}, {k, n}] (* Paolo Xausa, May 28 2024 *)
CROSSREFS
Sequence in context: A197226 A141239 A303990 * A070654 A036164 A076536
KEYWORD
easy,nonn,tabl
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 10 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 14 21:48 EDT 2024. Contains 375929 sequences. (Running on oeis4.)