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-4 of 4 results.

A372818 Table read by antidiagonals: T(m,n) = number of 2-metered (m,n)-parking functions.

Original entry on oeis.org

1, 0, 2, 0, 3, 3, 0, 0, 8, 4, 0, 0, 16, 15, 5, 0, 0, 27, 50, 24, 6, 0, 0, 48, 163, 108, 35, 7, 0, 0, 96, 514, 483, 196, 48, 8, 0, 0, 162, 1665, 2142, 1095, 320, 63, 9, 0, 0, 288, 5411, 9496, 6098, 2131, 486, 80, 10, 0, 0, 576, 17398, 42196, 33961, 14170, 3747, 700, 99, 11
Offset: 1

Views

Author

Spencer Daugherty, May 13 2024

Keywords

Examples

			Table begins:
  1, 2,   3,    4,     5,      6,      7, ...
  0, 3,   8,   15,    24,     35,     48, ...
  0, 0,  16,   50,   108,    196,    320, ...
  0, 0,  27,  163,   483,   1095,   2131, ...
  0, 0,  48,  514,  2142,   6098,  14170, ...
  0, 0,  96, 1665,  9496,  33961,  94228, ...
  0, 0, 162, 5411, 42196, 189100, 626569, ...
  ...
		

Crossrefs

Main diagonal is second row of A372816.

A372819 Table read by antidiagonals: T(m,n) = number of 3-metered (m,n)-parking functions.

Original entry on oeis.org

1, 0, 2, 0, 3, 3, 0, 0, 8, 4, 0, 0, 16, 15, 5, 0, 0, 0, 50, 24, 6, 0, 0, 0, 125, 108, 35, 7, 0, 0, 0, 257, 432, 196, 48, 8, 0, 0, 0, 540, 1686, 1029, 320, 63, 9, 0, 0, 0, 1200, 6253, 5367, 2048, 486, 80, 10, 0, 0, 0, 3000, 23228, 27629, 13076, 3645, 700, 99, 11
Offset: 1

Views

Author

Spencer Daugherty, May 13 2024

Keywords

Examples

			Table beings:
  1, 2,  3,    4,     5,      6,      7, ...
  0, 3,  8,   15,    24,     35,     48, ...
  0, 0, 16,   50,   108,    196,    320, ...
  0, 0,  0,  125,   432,   1029,   2048, ...
  0, 0,  0,  257,  1686,   5367,  13076, ...
  0, 0,  0,  540,  6253,  27629,  83069, ...
  0, 0,  0, 1200, 23228, 140599, 525594, ...
  ...
		

Crossrefs

Main diagonal is third row of A372816.

A372817 Table read by antidiagonals: T(m,n) = number of 1-metered (m,n)-parking functions.

Original entry on oeis.org

1, 0, 2, 0, 3, 3, 0, 4, 8, 4, 0, 6, 21, 15, 5, 0, 8, 55, 56, 24, 6, 0, 12, 145, 209, 115, 35, 7, 0, 16, 380, 780, 551, 204, 48, 8, 0, 24, 1000, 2912, 2640, 1189, 329, 63, 9, 0, 32, 2625, 10868, 12649, 6930, 2255, 496, 80, 10, 0, 48, 6900, 40569, 60606, 40391, 15456, 3905, 711, 99, 11
Offset: 1

Views

Author

Spencer Daugherty, May 13 2024

Keywords

Examples

			For T(3,2) the 1-metered (3,2)-parking functions are 111, 121, 211, 212.
Table begins:
  1,  2,    3,     4,     5,      6,      7, ...
  0,  3,    8,    15,    24,     35,     48, ...
  0,  4,   21,    56,   115,    204,    329, ...
  0,  6,   55,   209,   551,   1189,   2255, ...
  0,  8,  145,   780,  2640,   6930,  15456, ...
  0, 12,  380,  2912, 12649,  40391, 105937, ...
  0, 16, 1000, 10868, 60606, 235416, 726103, ...
  ...
		

Crossrefs

Main diagonal is A097690 and first row of A372816.
First, second, and third diagonals above main are A097691, A342167, A342168.
Second column A029744. Second row A005563. Third row A242135.

Formula

T(m,n) = (n*(n+sqrt(n^2 - 4))-2)/(n*(n+sqrt(n^2 - 4))-4)*((n+sqrt(n^2-4))/2)^m + (n*(n-sqrt(n^2 - 4))-2)/(n*(n-sqrt(n^2 - 4))-4)*((n-sqrt(n^2-4))/2)^m.
T(m,n) = n*T(m-1,n) - T(m-2,n) with T(0,n) = 1.

A372820 Table read by antidiagonals: T(m,n) = number of 4-metered (m,n)-parking functions.

Original entry on oeis.org

1, 0, 2, 0, 3, 3, 0, 0, 8, 4, 0, 0, 16, 15, 5, 0, 0, 0, 50, 24, 6, 0, 0, 0, 125, 108, 35, 7, 0, 0, 0, 0, 432, 196, 48, 8, 0, 0, 0, 0, 1296, 1029, 320, 63, 9, 0, 0, 0, 0, 3156, 4802, 2048, 486, 80, 10, 0, 0, 0, 0, 7734, 21858, 12288, 3645, 700, 99, 11
Offset: 1

Views

Author

Spencer Daugherty, May 13 2024

Keywords

Examples

			Table begins:
  1, 2,  3,   4,    5,     6,      7, ...
  0, 3,  8,  15,   24,    35,     48, ...
  0, 0, 16,  50,  108,   196,    320, ...
  0, 0,  0, 125,  432,  1029,   2048, ...
  0, 0,  0,   0, 1296,  4802,  12288, ...
  0, 0,  0,   0, 3156, 21858,  73276, ...
  0, 0,  0,   0, 7734, 93526, 430062, ...
  ...
		

Crossrefs

Main diagonal is fourth column of A372816.
Showing 1-4 of 4 results.