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.

Showing 1-2 of 2 results.

A182845 a(n) = A002865(2*n-1)+A002865(2*n).

Original entry on oeis.org

1, 3, 6, 11, 20, 35, 58, 96, 154, 242, 375, 573, 861, 1282, 1886, 2745, 3961, 5667, 8038, 11323, 15836, 22001, 30383, 41715, 56953, 77363, 104566, 140668, 188397, 251247, 333689, 441474, 581890, 764215, 1000233, 1304815, 1696717, 2199591, 2843073, 3664312
Offset: 1

Views

Author

Omar E. Pol, Jan 24 2011

Keywords

Comments

a(n) is also the length of the n-th "large mirror" of the "mirror" version of the shell model of partitions of A135010.

Examples

			a(1)=0+1=1. a(2)=1+2=3: a(3)=2+4=6. a(4)=4+7=11. a(5)=8+12=20. a(6)=14+21=35.
		

Crossrefs

Cf. A000041, A002865, A135010. For another version see A182844.

Extensions

Extended by Nathaniel Johnston, May 06 2011

A374921 Irregular triangle read by rows: T(n,k), n >= 0, k >= 1, in which if n is even then row n lists the first A008619(n) even indexed terms of A027336 otherwise if n is odd then row n lists the first A008619(n) odd indexed terms of A027336.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 3, 1, 2, 4, 1, 1, 3, 6, 1, 2, 4, 8, 1, 1, 3, 6, 11, 1, 2, 4, 8, 15, 1, 1, 3, 6, 11, 20, 1, 2, 4, 8, 15, 26, 1, 1, 3, 6, 11, 20, 35, 1, 2, 4, 8, 15, 26, 45, 1, 1, 3, 6, 11, 20, 35, 58, 1, 2, 4, 8, 15, 26, 45, 75, 1, 1, 3, 6, 11, 20, 35, 58, 96, 1, 2, 4, 8, 15, 26, 45, 75, 121
Offset: 0

Views

Author

Omar E. Pol, Aug 01 2024

Keywords

Comments

The sum of row n equals the number of partitions of n.

Examples

			Triangle begins:
  1;
  1;
  1, 1;
  1, 2;
  1, 1, 3;
  1, 2, 4;
  1, 1, 3, 6;
  1, 2, 4, 8;
  1, 1, 3, 6, 11;
  1, 2, 4, 8, 15;
  1, 1, 3, 6, 11, 20;
  1, 2, 4, 8, 15, 26;
  1, 1, 3, 6, 11, 20, 35;
  1, 2, 4, 8, 15, 26, 45;
  1, 1, 3, 6, 11, 20, 35, 58;
  1, 2, 4, 8, 15, 26, 45, 75;
  1, 1, 3, 6, 11, 20, 35, 58, 96;
  1, 2, 4, 8, 15, 26, 45, 75, 121;
  ...
For n = 10 the sum of the 10th row is 1 + 1 + 3 + 6 + 11 + 20 = 42, the same as the number of partitions of 10.
		

Crossrefs

Row sums give A000041.
Row lengths give A008619.
Right border gives A027336.
Columns 1..4: A000012, A000034, A010702, A010724.
Showing 1-2 of 2 results.