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!)
A146023 Triangle read by rows, square of A027293. 4
1, 2, 1, 5, 2, 1, 10, 5, 2, 1, 20, 10, 5, 2, 1, 36, 20, 10, 5, 2, 1, 65, 36, 20, 10, 5, 2, 1, 110, 65, 36, 20, 10, 5, 2, 1, 185, 110, 65, 36, 20, 10, 5, 2, 1, 300, 185, 110, 65, 36, 20, 10, 5, 2, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Triangle, A000712 (1, 2, 5, 10, 20, 36,...) in every column.
Row sums = A000713: (1, 3, 8, 18, 38, 74, 139,...)
Note that we are working here in the world of lower triangular matrices. - N. J. A. Sloane, Jun 15 2020
LINKS
Robert Price, Table of n, a(n) for n = 0..819 (first 40 rows}
EXAMPLE
First few rows of the triangle =
1;
2, 1;
5, 2, 1;
10, 5, 2, 1;
20, 10, 5, 2, 1;
36, 20, 10, 5, 2, 1;
65, 36, 20, 10, 5, 2, 1;
110, 65, 36, 20, 10, 5, 2, 1;
...
MATHEMATICA
lim = 10;
A000712 = Table [Length@IntegerPartitions[n, All, Range@n~Join~Range@n], {n, 0, lim - 1}]
Table[Reverse[Take[A000712, n]], {n, lim}] // Flatten (* Robert Price, Jun 15 2020 *)
CROSSREFS
Sequence in context: A249756 A207607 A146024 * A104766 A361681 A105084
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Oct 26 2008
EXTENSIONS
Extraneous data deleted by Robert Price, Jun 15 2020
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)