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.

A266396 Number of orbits of Aut(Z^7) as function of the infinity norm n of the representative lattice point of the orbit, when the cardinality of the orbit is equal to 80640.

Original entry on oeis.org

0, 0, 0, 10, 41, 105, 215, 385, 630, 966, 1410, 1980, 2695, 3575, 4641, 5915, 7420, 9180, 11220, 13566, 16245, 19285, 22715, 26565, 30866, 35650, 40950, 46800, 53235, 60291, 68005, 76415, 85560, 95480, 106216, 117810, 130305, 143745, 158175, 173641, 190190
Offset: 1

Views

Author

Keywords

Crossrefs

Number of orbits of Aut(Z^7) as function of the infinity norm A000579, A154286, A102860, A002412, A045943, A115067, A008586, A008585, A005843, A001477, A000217.

Programs

  • Mathematica
    LinearRecurrence[{5,-10,10,-5,1},{0,0,0,10,41},50] (* Harvey P. Dale, Nov 18 2024 *)
  • PARI
    concat(vector(3), Vec(x^4*(10-9*x)/(1-x)^5 + O(x^50))) \\ Colin Barker, May 05 2016

Formula

From Colin Barker, Dec 29 2015: (Start)
a(n) = (n^4+30*n^3-205*n^2+390*n-216)/24.
a(n) = 5*a(n-1)-10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5) for n>5.
G.f.: x^4*(10-9*x) / (1-x)^5.
(End)

A266397 Number of orbits of Aut(Z^7) as function of the infinity norm n of the representative lattice point of the orbit, when the cardinality of the orbit is equal to 26880.

Original entry on oeis.org

0, 0, 9, 31, 70, 130, 215, 329, 476, 660, 885, 1155, 1474, 1846, 2275, 2765, 3320, 3944, 4641, 5415, 6270, 7210, 8239, 9361, 10580, 11900, 13325, 14859, 16506, 18270, 20155, 22165, 24304, 26576, 28985, 31535, 34230, 37074, 40071, 43225, 46540, 50020, 53669
Offset: 1

Views

Author

Keywords

Crossrefs

Number of orbits of Aut(Z^7) as function of the infinity norm A000579, A154286, A102860, A002412, A045943, A115067, A008586, A008585, A005843, A001477, A000217.

Programs

  • PARI
    concat(vector(2), Vec(x^3*(9-5*x)/(1-x)^4 + O(x^50))) \\ Colin Barker, May 05 2016

Formula

From Colin Barker, Dec 29 2015: (Start)
a(n) = (4*n^3+3*n^2-37*n+30)/6.
a(n) = 4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4) for n>4.
G.f.: x^3*(9-5*x) / (1-x)^4.
(End)

A266398 Number of orbits of Aut(Z^7) as function of the infinity norm n of the representative lattice point of the orbit, when the cardinality of the orbit is equal to 13440.

Original entry on oeis.org

0, 0, 12, 37, 76, 130, 200, 287, 392, 516, 660, 825, 1012, 1222, 1456, 1715, 2000, 2312, 2652, 3021, 3420, 3850, 4312, 4807, 5336, 5900, 6500, 7137, 7812, 8526, 9280, 10075, 10912, 11792, 12716, 13685, 14700, 15762, 16872, 18031, 19240, 20500, 21812, 23177
Offset: 1

Views

Author

Keywords

Crossrefs

Number of orbits of Aut(Z^7) as function of the infinity norm A000579, A154286, A102860, A002112, A045943, A115067, A008586, A008585, A005843, A001477, A000217.

Programs

  • PARI
    concat(vector(2), Vec(x^3*(12-11*x)/(1-x)^4 + O(x^50))) \\ Colin Barker, May 05 2016

Formula

From Colin Barker, Dec 29 2015: (Start)
a(n) = (n^3+30*n^2-97*n+66)/6.
a(n) = 4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4) for n>4.
G.f.: x^3*(12-11*x) / (1-x)^4.
(End)
Previous Showing 11-13 of 13 results.