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!)
A062283 Square array read by descending antidiagonals: T(n,k) = floor(n^k/k^n). 0
1, 0, 2, 0, 1, 3, 0, 0, 1, 4, 0, 1, 1, 1, 5, 0, 1, 1, 0, 0, 6, 0, 1, 1, 1, 0, 0, 7, 0, 2, 3, 1, 0, 0, 0, 8, 0, 4, 6, 3, 1, 0, 0, 0, 9, 0, 6, 12, 6, 2, 0, 0, 0, 0, 10, 0, 10, 27, 16, 4, 1, 0, 0, 0, 0, 11, 0, 16, 59, 39, 11, 2, 0, 0, 0, 0, 0, 12, 0, 28, 133, 104, 33, 6, 1, 0, 0, 0, 0, 0, 13 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..11325 (first 150 antidiagonals).
EXAMPLE
T(3,2) = floor(3^2/2^3) = floor(9/8) = 1.
MATHEMATICA
Table[Floor[k^(n-k+1)/(n-k+1)^k], {n, 15}, {k, n}] (* Paolo Xausa, May 06 2024 *)
CROSSREFS
Sequence in context: A127701 A158821 A004199 * A136493 A338849 A338838
KEYWORD
nonn,tabl,changed
AUTHOR
Henry Bottomley, Jul 02 2001
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 May 12 00:47 EDT 2024. Contains 372431 sequences. (Running on oeis4.)