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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047080 Triangular array T read by rows: T(h,k)=number of paths from (0,0) to (k,h-k) using step-vectors (0,1), (1,0), (1,1) with no right angles between pairs of consecutive steps. 8
1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 3, 3, 3, 1, 1, 4, 5, 5, 4, 1, 1, 5, 8, 9, 8, 5, 1, 1, 6, 12, 15, 15, 12, 6, 1, 1, 7, 17, 24, 27, 24, 17, 7, 1, 1, 8, 23, 37, 46, 46, 37, 23, 8, 1, 1, 9, 30, 55, 75, 83, 75, 55, 30, 9, 1, 1, 10, 38, 79, 118, 143, 143, 118, 79, 38, 10, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,8

FORMULA

T(h, k) = T(h-1, k-1) + T(h-1, k) - T(h-4, k-2); Writing T(h, k) = F(h-k, k), generating function for F is (1-xy)/(1-x-y+x^2y^2)

EXAMPLE

E.g. row 3 consists of T(3,0)=1; T(3,1)=2; T(3,2)=2; T(3,3)=1.

1; 1,1; 1,1,1; 1,2,2,1; 1,3,3,3,1; ...

CROSSREFS

Sequence in context: A110659 A100522 A140408 * A036064 A090706 A176971

Adjacent sequences:  A047077 A047078 A047079 * A047081 A047082 A047083

KEYWORD

nonn,tabl,easy

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

EXTENSIONS

Sequence recomputed to correct terms from 23rd onward. Added recurrence and generating function (Michael L. Catalano-Johnson (mcj(AT)pa.wagner, com), Jan 14 2000).

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 00:09 EST 2012. Contains 205978 sequences.