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!)
A097556 Number of positive words of length n in the monoid Br_9 of positive braids on 10 strands. 7
1, 9, 56, 279, 1223, 4932, 18833, 69345, 249166, 880525, 3076295, 10662459, 36749785, 126161246, 431880044, 1475412473, 5032964258, 17150277106, 58395929325, 198723871661, 675989712225, 2298799014859, 7815699898677, 26568450635871 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,-32,63,-84,81,-56,27,-8,1).
FORMULA
G.f.: (1 +x^2)^7/(1 -9*x +32*x^2 -63*x^3 +84*x^4 -81*x^5 +56*x^6 -27*x^7 +8*x^8 -x^9).
MATHEMATICA
CoefficientList[Series[(1+x^2)^7/(1-9*x+32*x^2-63*x^3+84*x^4-81*x^5+56*x^6-27*x^7+8*x^8-x^9), {x, 0, 50}], x] (* G. C. Greubel, Apr 20 2021 *)
PROG
(Magma)
R<x>:=PowerSeriesRing(Integers(), 50);
Coefficients(R!( (1+x^2)^7/(1-9*x+32*x^2-63*x^3+84*x^4-81*x^5+56*x^6-27*x^7+8*x^8-x^9) )); // G. C. Greubel, Apr 20 2021
(Sage)
def A097556_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( (1+x^2)^7/(1-9*x+32*x^2-63*x^3+84*x^4-81*x^5+56*x^6-27*x^7+8*x^8-x^9) ).list()
A097556_list(50) # G. C. Greubel, Apr 20 2021
CROSSREFS
Sequence in context: A242604 A212150 A203838 * A196861 A211844 A172065
KEYWORD
nonn,easy
AUTHOR
D n Verma, Aug 16 2004
EXTENSIONS
Edited and extended by Max Alekseyev, Jun 17 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)