Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A127836
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A127836 Triangle read by rows: row n gives coefficients (lowest degree first) of P_n(x), where P_0(x) = P_1(x) = 1; P_n(x) = P_{n-1}(x) + x^(n-1)*P_{n-2}(x). +0
5
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 4, 4, 4, 5, 4, 4, 3, 3, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 5, 5, 6, 6, 6, 6, 6, 5, 5 (list; graph; listen)
OFFSET

0,17

COMMENT

P_n(x) has degree A002620(n).

Row sums are the Fibonacci numbers (A000045). - Emeric Deutsch (deutsch(AT)duke.poly.edu), May 12 2007

REFERENCES

A. V. Sills, Finite Rogers-Ramanujan type identities, Electron. J. Combin., 10 (2003), Research Paper 13, 122 pp. See Identity 3-18, pp. 26-27.

EXAMPLE

Triangle begins:

1

1

1,1

1,1,1

1,1,1,1,1

1,1,1,1,2,1,1

1,1,1,1,2,2,2,1,1,1

1,1,1,1,2,2,3,2,2,2,2,1,1

1,1,1,1,2,2,3,3,3,3,3,3,3,2,1,1,1

1,1,1,1,2,2,3,3,4,4,4,4,5,4,4,3,3,2,2,1,1

MAPLE

P[0]:=1; P[1]:=1; d:=[0, 0]; M:=14; for n from 2 to M do P[n]:=expand(P[n-1]+q^(n-1)*P[n-2]);

lprint(seriestolist(series(P[n], q, M^2))); d:=[op(d), degree(P[n], q)]; od: d;

CROSSREFS

Rows converge to A003114 (coefficients in expansion of the first Rogers-Ramanujan identities). Cf. A128915, A119469.

Sequence in context: A002637 A134837 A077478 this_sequence A031262 A047072 A053258

Adjacent sequences: A127833 A127834 A127835 this_sequence A127837 A127838 A127839

KEYWORD

nonn,tabf

AUTHOR

njas, Apr 07 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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research