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!)
A185759 A diagonal of triangle A185755. 4
9, 154, 2340, 38325, 704102, 14570976, 337738758, 8697532008, 246819113442, 7660379273261, 258275171344333, 9403520522325228, 367786323703199388, 15381080863799688012, 684987041358431417024, 32366520461834117146792 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A185755(n,k) equals the coefficient of x^n*y^k in the n-th iteration of x*(1+xy)/(1-x).
LINKS
PROG
(PARI) {a(n)=local(A=x, G=x*(1+x*y)/(1-x)); for(i=1, n+2, A=subst(G, x, A+O(x^(n+3)))); polcoeff(polcoeff(A, n+2, x), n-1, y)}
CROSSREFS
Sequence in context: A193540 A193543 A173982 * A215557 A365015 A208998
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 03 2011
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)