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!)
A187008 Row sums of triangle A187005. 6
1, 2, 5, 18, 96, 733, 7501, 97054, 1521112, 28005248, 592218737, 14141289480, 376251253450, 11036022346816, 353747961265089, 12301349824260074, 461216257715290976, 18545829116907146812, 796122011317944176206 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Definition of triangle: A187005(n,k) = [y^k] R_{n-1}(y+y^2) for k=1..n where R_n(y) is the n-th row polynomial for n>1 with R_1(y)=y.
LINKS
PROG
(PARI) {a(n)=local(Rn=y); for(m=1, n, Rn=subst(truncate(Rn), y, y+y^2+y*O(y^m))); subst(truncate(Rn), y, 1)}
CROSSREFS
Sequence in context: A335547 A367012 A075441 * A333837 A075634 A322396
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 02 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 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)