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!)
A185756 Column 1 of triangle A185755. 4
2, 15, 154, 1995, 31191, 571221, 11992688, 283976517, 7487521975, 217567092743, 6907888374828, 237951469523807, 8838510559556783, 352160268261051113, 14982705940607112640, 677935029521206050505, 32508195354031791206799 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Column 0 of triangle A185755 equals n^(n-1).
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+1, A=subst(G, x, A+O(x^(n+2)))); polcoeff(polcoeff(A, n+1, x), 1, y)}
CROSSREFS
Sequence in context: A191364 A308379 A233832 * A362364 A239107 A124548
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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)