[go: up one dir, main page]

login
Revision History for A177740 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Triangle read by rows in which row n lists the number of parts in each of those partitions of n that have every part >=3.
(history; published version)
#8 by Charles R Greathouse IV at Thu Sep 08 08:45:53 EDT 2022
PROG

(MAGMAMagma) [ #part: part in RestrictedPartitions(n, {3..n}), n in [0..16]];

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#7 by N. J. A. Sloane at Wed May 01 21:13:45 EDT 2013
EXTENSIONS

Edited (including b-file) by _N. J. A. Sloane, _, Oct 05 2010

Discussion
Wed May 01
21:13
OEIS Server: https://oeis.org/edit/global/1903
#6 by N. J. A. Sloane at Fri Oct 26 23:47:08 EDT 2012
STATUS

proposed

approved

#5 by Jason Kimberley at Wed Oct 24 08:30:11 EDT 2012
STATUS

editing

proposed

#4 by Jason Kimberley at Fri Oct 19 03:45:06 EDT 2012
AUTHOR

Jason Kimberley (_Jason. Kimberley(AT)newcastle.edu.au), _, May 13 2010

STATUS

approved

editing

#3 by N. J. A. Sloane at Thu Nov 11 07:34:06 EST 2010
LINKS

J. S. Kimberley, <a href="/A177740/b177740.txt">Rows 3..39 of A177740 triangle, flattened</a>.

KEYWORD

easy,nonn,tabf,new

#2 by N. J. A. Sloane at Wed Oct 20 03:00:00 EDT 2010
DATA

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

OFFSET

0,6

3,5

LINKS

J. S. Kimberley, <a href="b177740.txt">Rows 03..39 of A177740 triangle, flattened</a>.

EXAMPLE

3: 3 (1)

4: 4 (1)

5: 5 (1)

6: 6 or 3,3 (1, 2)

7: 7 or 3,4 (1, 2)

8: 8, 3,5 or 4,4 (1, 2, 2)

so sequence begins 1, 1, 1, 1,2, 1,2, ...

EXTENSIONS

Edited (including b-file) by N. J. A. Sloane, Oct 05 2010

#1 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
NAME

Triangle read by rows in which row n lists the number of parts in each of those partitions of n that have every part >=3.

DATA

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

OFFSET

0,6

COMMENTS

The ordering of the partitions is described in A176210.

LINKS

J. S. Kimberley, <a href="b177740.txt">Rows 0..39 of A177740 triangle, flattened</a>.

PROG

(MAGMA) [ #part: part in RestrictedPartitions(n, {3..n}), n in [0..16]];

CROSSREFS

The length of the rows is given by A008483.

Cf. A128628 for unrestricted partitions.

KEYWORD

easy,nonn,tabf,new

AUTHOR

Jason Kimberley (Jason.Kimberley(AT)newcastle.edu.au), May 13 2010

STATUS

approved