login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108444 Number of triple descents (i.e. ddd's) in all paths from (0,0) to (3n,0) that stay in the first quadrant (but may touch the horizontal axis), consisting of steps u=(2,1),U=(1,2), or d=(1,-1). 0
5, 73, 857, 9505, 103341, 1114969, 11996209, 128989249, 1387480981, 14937170089, 160978217225, 1736820843233, 18760031574077, 202856430706617, 2195832009812065, 23792481053343361, 258038743598973477 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

a(n)=sum(k*A108443(n,k),k=1..2n-1). Example: a(3)=1*24+2*15+3*3+4*1=73.

REFERENCES

Problem 10658, American Math. Monthly, 107, 2000, 368-370.

FORMULA

G.f.=zA(2A^2-2zA^2-zA-2)/(1-2zA-3zA^2), where A=1+zA^2+zA^3 or, equivalently, A=(2/3)*sqrt((z+3)/z)*sin((1/3)*arcsin(sqrt(z)*(z+18)/(z+3)^(3/2)))-1/3 (the g.f. of A027307).

EXAMPLE

a(2)=5 because in the ten paths udud, udUdd, uudd, uU(ddd), Uddud, UddUdd, Ududd, UdU(ddd), Uu(ddd) and UU(d[dd)d] (see A027307) we have 5 ddd's (shown between parentheses).

MAPLE

A:=(2/3)*sqrt((z+3)/z)*sin((1/3)*arcsin(sqrt(z)*(z+18)/(z+3)^(3/2)))-1/3: G:=z*A*(-z*A-2*z*A^2-2+2*A^2)/(1-3*z*A^2-2*z*A): Gser:=series(G, z=0, 26): seq(coeff(Gser, z^n), n=2..21);

CROSSREFS

Cf. A027307, A108443.

Sequence in context: A070530 A059017 A099667 * A155662 A159509 A127167

Adjacent sequences:  A108441 A108442 A108443 * A108445 A108446 A108447

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 10 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:45 EST 2012. Contains 205978 sequences.