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!)
A187116 A diagonal of triangle A187115. 4
1, 4, 20, 138, 1258, 14476, 202655, 3354848, 64246776, 1398909332, 34157026526, 924757926320, 27503093599024, 891534666547216, 31289986924954924, 1182213869836721036, 47846600590876178320, 2065282617724684345208 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
COMMENTS
Definition of triangle: A187115(n,k) = [y^k] R_{n-1}(y+y^2) for k=2..n, n>2, where R_n(y) is the n-th row polynomial with R_2(y)=y^2.
LINKS
FORMULA
Equals column 1 in the matrix square of triangle A135080.
PROG
(PARI) {a(n)=local(Rn=y^2); for(m=2, n+1, Rn=subst(truncate(Rn), y, y+y^2+O(y^m))); polcoeff(Rn, n, y)}
CROSSREFS
Sequence in context: A129099 A244756 A292932 * A340903 A098541 A004204
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 08 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 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)