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!)
A097554 Number of positive words of length n in the monoid Br_7 of positive braids on 8 strands. 7
1, 7, 36, 151, 570, 2019, 6893, 23034, 76020, 249077, 812614, 2644447, 8592693, 27895296, 90510106, 293576779, 952053411, 3087093728, 10009389358, 32452403488, 105214363653, 341111617862, 1105895184121, 3585328906357, 11623651559099 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1 +x^2)^5/(1 -7*x +18*x^2 -25*x^3 +24*x^4 -15*x^5 +6*x^6 -x^7).
MATHEMATICA
LinearRecurrence[{7, -18, 25, -24, 15, -6, 1}, {1, 7, 36, 151, 570, 2019, 6893, 23034, 76020, 249077, 812614}, 41] (* G. C. Greubel, Apr 20 2021 *)
PROG
(Magma)
R<x>:=PowerSeriesRing(Integers(), 40);
Coefficients(R!( (1+x^2)^5/(1-7*x+18*x^2-25*x^3+24*x^4-15*x^5+6*x^6-x^7) )); // G. C. Greubel, Apr 20 2021
(Sage)
def A097554_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( (1+x^2)^5/(1-7*x+18*x^2-25*x^3+24*x^4-15*x^5+6*x^6-x^7) ).list()
A097554_list(40) # G. C. Greubel, Apr 20 2021
CROSSREFS
Sequence in context: A212141 A212088 A184246 * A055221 A080420 A243037
KEYWORD
nonn,easy
AUTHOR
D n Verma, Aug 16 2004
EXTENSIONS
Corrected 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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)