cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-13 of 13 results.

A182808 Number of partitions of 3n+2 into parts >= 3.

Original entry on oeis.org

1, 3, 6, 13, 25, 49, 88, 158, 273, 468, 779, 1284, 2075, 3323, 5237, 8182, 12625, 19323, 29269, 44004, 65585, 97084, 142627, 208233, 302008, 435525, 624363, 890414, 1263105, 1783200, 2505329
Offset: 1

Views

Author

Omar E. Pol, Dec 05 2010

Keywords

Comments

Essentially a trisection of A008483.

Crossrefs

Extensions

More terms from D. S. McNeil, Dec 05 2010

A182748 Triangle T(n,k) read by rows in which row n lists the first n terms of A002865, except the first term, in reverse order together with 0.

Original entry on oeis.org

0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 2, 1, 1, 0, 0, 2, 2, 1, 1, 0, 0, 4, 2, 2, 1, 1, 0, 0, 4, 4, 2, 2, 1, 1, 0, 0, 7, 4, 4, 2, 2, 1, 1, 0, 0, 8, 7, 4, 4, 2, 2, 1, 1, 0, 0, 12, 8, 7, 4, 4, 2, 2, 1, 1, 0, 0
Offset: 0

Views

Author

Omar E. Pol, Dec 01 2010

Keywords

Examples

			Triangle (0<=k<=n) begins:
0,
0, 0,
1, 0, 0,
1, 1, 0, 0,
2, 1, 1, 0, 0,
2, 2, 1, 1, 0, 0,
4, 2, 2, 1, 1, 0, 0,
4, 4, 2, 2, 1, 1, 0, 0,
7, 4, 4, 2, 2, 1, 1, 0, 0,
8, 7, 4, 4, 2, 2, 1, 1, 0, 0,
		

Crossrefs

A182812 Triangle read by rows in which row n lists the parts of the largest subshell of all partitions of 2n that do not contain 1 as a part.

Original entry on oeis.org

2, 4, 2, 6, 3, 3, 2, 2, 8, 4, 4, 5, 3, 2, 2, 2, 2, 10, 5, 5, 6, 4, 7, 3, 4, 3, 3, 2, 2, 2, 2, 2, 2, 2, 12, 6, 6, 7, 5, 8, 4, 4, 4, 4, 9, 3, 5, 4, 3, 6, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 14, 7, 7, 8, 6, 9, 5
Offset: 1

Views

Author

Omar E. Pol, Dec 04 2010

Keywords

Comments

In the shell model of partitions the head of the last section of the set of partitions of 2n contains n subshells. The first n rows of this triangle represent these subsells.
This sequence contains the same elements of A182742 but in distinct order.
See A135010 and A138121 for more information.

Examples

			For n=1 the unique partition of 2n that does not contains 1 as part is 2, so row 1 has an element = 2.
For n=2 there are 2 partitions of 2n that do not contain 1 as part:
4 ............ or ....... 4 . . .
2 + 2 ........ or .......(2). 2 .
These partitions contain (2), the row n-1 of triangle, so
the parts of the largest subshell are 4, 2.
For n=3 there are 4 partitions of 2n that do not contain 1 as part:
6 ............ or ....... 6 . . . . .
3 + 3 ........ or ....... 3 . . 3 . .
4 + 2 ........ or .......(4). . . 2 .
2 + 2 + 2 .... or .......(2).(2). 2 .
These partitions contain (4) and (2),(2), the parts of rows < n of triangle, so the parts of the largest subshell are 6, 3, 3, 2, 2.
And so on.
Triangle begins:
2,
4, 2,
6, 3, 3, 2, 2,
8, 4, 4, 5, 3, 2, 2, 2, 2,
10, 5, 5, 6, 4, 7, 3, 4, 3, 3, 2, 2, 2, 2, 2, 2, 2,
		

Crossrefs

Previous Showing 11-13 of 13 results.