login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143565 Triangle T(n,k), n>=1, 1<=k<=n, where the e.g.f. for column k satisfies: A_k(x) = exp(x*A_k(x^k/k!)). 9
1, 3, 1, 16, 4, 1, 125, 13, 5, 1, 1296, 46, 21, 6, 1, 16807, 241, 61, 31, 7, 1, 262144, 1471, 211, 106, 43, 8, 1, 4782969, 9409, 1401, 281, 169, 57, 9, 1, 100000000, 67348, 8065, 946, 505, 253, 73, 10, 1, 2357947691, 564841, 37241, 7561, 1261, 841, 361, 91, 11, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Alois P. Heinz, Table of n, a(n) for n = 0..5049

FORMULA

E.g.f. for column k satisfies: A_k(x) = exp(x*A_k(x^k/k!)).

EXAMPLE

Triangle begins:

1;

3,         1;

16,        4,    1;

125,      13,    5,    1;

1296,     46,   21,    6,    1;

16807,   241,   61,   31,    7,    1;

262144, 1471,  211,  106,   43,    8,    1;

MAPLE

A:= proc(n, k::posint) option remember; if n<=0 then 1 else unapply (convert (series (exp (x*A(n-k, k)(x^k/k!)), x, n+1), polynom), x) fi end: T:= (n, k)-> coeff (A(n, k)(x), x, n)*n!: seq (seq(T(n, k), k=1..n), n=1..12);

CROSSREFS

Columns 1-9: A000272, A143566, A143567, A143568, A143569, A143570, A143571, A143572, A143573.

Sequence in context: A160604 A160616 A168319 * A143018 A102012 A128249

Adjacent sequences:  A143562 A143563 A143564 * A143566 A143567 A143568

KEYWORD

nonn,tabl

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 24 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.