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!)
A095890 Triangle read by rows: T(n,k) = (n-k+1)^(n-k), n>=1, 1<=k<=n. 2
1, 2, 1, 9, 2, 1, 64, 9, 2, 1, 625, 64, 9, 2, 1, 7776, 625, 64, 9, 2, 1, 117649, 7776, 625, 64, 9, 2, 1, 2097152, 117649, 7776, 625, 64, 9, 2, 1, 43046721, 2097152, 117649, 7776, 625, 64, 9, 2, 1, 1000000000, 43046721, 2097152, 117649, 7776, 625, 64, 9, 2, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[(n-k+1)^(n-k), {n, 10}, {k, n}]//Flatten (* Harvey P. Dale, Sep 06 2022 *)
PROG
(Haskell)
a095890 n k = (n - k + 1) ^ (n - k)
a095890_row n = map (a095890 n) [1..n]
a095890_tabl = map a095890_row [1..]
-- Reinhard Zumkeller, Jul 07 2013
CROSSREFS
Sequence in context: A194555 A024578 A030327 * A292827 A243999 A223141
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 July 22 15:01 EDT 2024. Contains 374501 sequences. (Running on oeis4.)