Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A045868
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A045868 G.f.: ((1-x-sqrt(1-6x+5x^2))/(2x))^2. +0
5
1, 2, 7, 26, 101, 406, 1676, 7066, 30302, 131782, 579867, 2576982, 11550237, 52152330, 237005385, 1083211410, 4975796735, 22960105510, 106377393365, 494674698190, 2308015808015, 10801388134690, 50691017885290 (list; graph; listen)
OFFSET

0,2

COMMENT

Convolution of A002212 with itself.

Number of skew Dyck paths of semilength n+1 starting with UU. A skew Dyck path is a path in the first quadrant which begins at the origin, ends on the x-axis, consists of steps U=(1,1)(up), D=(1,-1)(down) and L=(-1,-1)(left) so that up and left steps do not overlap. The length of the path is defined to be the number of its steps. Example: a(2)=7 because we have UUDDUD, UUDUDD, UUDUDL, UUUDDD, UUUDDL, UUUDLD and UUUDLL. - Emeric Deutsch (deutsch(AT)duke.poly.edu), May 11 2007

REFERENCES

S. J. Cyvin et al., Enumeration and classification of certain polygonal systems...: annelated catafusenes, J. Chem. Inform. Comput. Sci., 34 (1994), 1174-1180.

E. Deutsch, E. Munarini and S. Rinaldi, Skew Dyck paths (in preparation).

FORMULA

a(n)=(2/n)*sum(binomial(n, j)*binomial(2j+1, j-1), j=1..n) for n>=1.

(n+2)*a(n) = (6*n+2)*a(n-1)-(5*n-10)*a(n-2). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 16 2004

MAPLE

a := n->(2/n)*sum(binomial(n, j)*binomial(2*j+1, j-1), j=1..n): 1, seq(a(n), n=1..22);

PROGRAM

(PARI) a(n)=polcoeff((1-x-sqrt(1-6*x+5*x^2+x^2*O(x^n)))^2/4, n+2)

CROSSREFS

T(n, n-1) where T is A055450.

Essentially the first differences of A002212 and A025238.

Sequence in context: A114121 A049775 A101850 this_sequence A129482 A150536 A150537

Adjacent sequences: A045865 A045866 A045867 this_sequence A045869 A045870 A045871

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), May 11 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research