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!)
A208897 A diagonal of rectangular table A208896: a(n) = A208896(n+1,n). 2
1, 1, 1, 3, 19, 201, 3106, 64522, 1704795, 55095601, 2115975655, 94466053541, 4818194778101, 276874057979927, 17721751093252740, 1251476983229057488, 96724943665929684251, 8125833302851782601185, 737619034028749204655009, 71975174880203583395021875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The g.f. of row n, R(n,x), in the rectangular table A208896 satisfies:
(1) R(n,x) = 1 + x*R(n,x)^n * [d/dx x/R(n,x)] for n>=0.
(2) [x^k] R(n,x)^(k-n+1) = [x^k] R(n,x)^(k-n) for k>=2.
The main diagonal in A208896 obeys: A208896(n,n) = 0 for n>=2.
LINKS
PROG
(PARI) {a(n)=local(ROW=1+x+x*O(x^n)); for(i=0, n, ROW=1+x*ROW^(n+1)*deriv(x/ROW)); polcoeff(ROW, n)}
for(n=0, 21, print1(a(n), ", "))
CROSSREFS
Sequence in context: A175176 A362968 A233336 * A027546 A301419 A201827
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 03 2012
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 April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)