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!)
A229213 Square array of denominators of t(n,k) = (1+1/(k*n))^n, read by descending antidiagonals. 1
1, 2, 4, 3, 16, 27, 4, 36, 216, 256, 5, 64, 729, 4096, 3125, 6, 100, 1728, 20736, 100000, 46656, 7, 144, 3375, 65536, 759375, 2985984, 823543, 8, 196, 5832, 160000, 3200000, 34012224, 105413504, 16777216, 9, 256 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Limit(t(n,k), n -> infinity) = exp(1/k).
1st row = A000027
2nd row = A016742
3rd row = A016767
4th row = A016804
5th row = A016853
1st column = A000312
2nd column = A062971
3rd column = A091482
4th column = A091483
LINKS
EXAMPLE
Table of fractions begins:
2, 3/2, 4/3, 5/4, ...
9/4, 25/16, 49/36, 81/64, ...
64/27, 343/216, 1000/729, 2197/1728, ...
625/256, 6561/4096, 28561/20736, 83521/65536, ...
...
Table of denominators begins:
1, 2, 3, 4, ...
4, 16, 36, 64, ...
27, 216, 729, 1728, ...
256, 4096, 20736, 65536, ...
...
Triangle of antidiagonals begins:
1;
2, 4;
3, 16, 27;
4, 36, 216, 256;
...
MATHEMATICA
t[n_, k_] := (1+1/(k*n))^n; Table[t[n-k+1, k], {n, 1, 9}, {k, n, 1, -1}] // Flatten // Denominator
CROSSREFS
Sequence in context: A053124 A242500 A132049 * A356063 A071970 A182103
KEYWORD
frac,tabl,nonn
AUTHOR
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 9 08:36 EDT 2024. Contains 372346 sequences. (Running on oeis4.)