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!)
A166893 Column 3 of triangle A166890. 3
1, 6, 63, 986, 20685, 545736, 17365336, 647216568, 27653205177, 1332422277828, 71470510481961, 4223498675806638, 272615162534575302, 19082609490868539738, 1439738711122827542742, 116468234559061615308870 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Triangle A166890 transforms diagonals in the triangle A166888 of coefficients in the successive iterations of x*(1+x)^2.
LINKS
PROG
(PARI) {a(n)=local(F=x, M, N, P, m=n+2); M=matrix(m+2, m+2, r, c, F=x; for(i=1, r+c-2, F=subst(F, x, x+2*x^2+x^3+x*O(x^(m+2)))); polcoeff(F, c)); N=matrix(m+1, m+1, r, c, M[r, c]); P=matrix(m+1, m+1, r, c, M[r+1, c]); (P~*N~^-1)[n+2, 3]}
CROSSREFS
Sequence in context: A295267 A098342 A107995 * A213644 A280476 A295241
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 22 2009
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 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)