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!)
A005290 Representation degeneracies for boson strings.
(Formerly M0026)
5
1, -1, 0, 0, 1, 0, 2, 0, 3, 1, 5, 2, 10, 5, 16, 13, 28, 24, 50, 46, 84, 87, 141, 153, 241, 266, 396, 459, 653, 766, 1070, 1267, 1725, 2075, 2762, 3342, 4397, 5330, 6918, 8432, 10814, 13188, 16784, 20468, 25836, 31529, 39505, 48169, 60033, 73092, 90597, 110203, 135920, 165058, 202754, 245774, 300707 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. L. Curtright and C. B. Thorn, Symmetry patterns in the mass spectra of dual string models, Nuclear Phys. B 274 (1986), 520-588. See Tables 6a and 6b.
T. L. Curtright and Charles B. Thorn, Spin content of the bosonic string, Physics Letters B 175.1 (1986): 47-52.
FORMULA
There is a g.f. due to J. Goldstone given in Eq. (5) of Curtright and Thorn (1986), and programmed in Maple below. - N. J. A. Sloane, Jul 11 2015
MAPLE
M:=101:
p:=mul((1-x^n)^(-1), n=1..M):
G1:=J-> p^2*add( x^(n*J+n*(n-1)/2)*(-1)^(n-1)*(1-x^n)^2, n=1..M):
G2:=J->series(G1(J), x, M);
G3:=J->seriestolist(G2(J));
G3(0); # N. J. A. Sloane, Jul 11 2015
CROSSREFS
Sequence in context: A266770 A282892 A008798 * A326440 A166117 A078051
KEYWORD
sign,easy
AUTHOR
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 16 07:57 EDT 2024. Contains 371698 sequences. (Running on oeis4.)