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.

A171114 Duplicate of A328551.

Original entry on oeis.org

0, 0, 0, 666, 36975, 437517
Offset: 1

Views

Author

Keywords

A171108 a(n) is the Severi degree for curves of degree n and cogenus 2.

Original entry on oeis.org

0, 0, 21, 225, 882, 2370, 5175, 9891, 17220, 27972, 43065, 63525, 90486, 125190, 168987, 223335, 289800, 370056, 465885, 579177, 711930, 866250, 1044351, 1248555, 1481292, 1745100, 2042625, 2376621, 2749950, 3165582, 3626595, 4136175, 4697616, 5314320
Offset: 1

Views

Author

N. J. A. Sloane, Sep 27 2010

Keywords

Comments

Severi degree N(n, delta) is the number of degree n plane curves which have delta nodes and pass through a generic configuration of n*(n+3)/2-delta points on the plane. delta is called the cogenus of these curves. See Fomin and Mikhalkin (2010), Section 1.2 "Combinatorial rules for Gromov-Witten invariants and Severi degrees" and 5 "Node polynomials". - Andrey Zabolotskiy, Jan 18 2021

Crossrefs

Severi degrees N(n, delta) for other values of delta: A033428(n-1) (1), A171113 (3), A328551 (4), A328552 (5), A171116 (6).

Programs

  • Mathematica
    Table[3(n-1)(n-2)(3n^2-3n-11)/2,{n,40}] (* or *) LinearRecurrence[ {5,-10,10,-5,1},{0,0,21,225,882},40] (* Harvey P. Dale, Feb 01 2013 *)
  • PARI
    concat([0,0], Vec(3*x^3*(7 + 40*x - 11*x^2) / (1 - x)^5 + O(x^40))) \\ Colin Barker, Nov 01 2019

Formula

a(n) = 3*(n-1)*(n-2)*(3*n^2-3*n-11)/2.
a(1)=0, a(2)=0, a(3)=21, a(4)=225, a(5)=882, a(n) = 5*a(n-1)-10*a(n-2)+ 10*a(n-3)-5*a(n-4)+a(n-5). - Harvey P. Dale, Feb 01 2013
G.f.: 3*x^2*(-7-40*x+11*x^2) / (x-1)^5 . - R. J. Mathar, Dec 19 2013

Extensions

New name from Andrey Zabolotskiy, Jan 18 2021

A328552 a(n) is the Severi degree for curves of degree n and cogenus 5.

Original entry on oeis.org

0, 0, 0, 378, 90027, 2931831, 33720354, 224710119, 1068797961, 4037126346, 12886585236, 36161763120, 91629683271, 213681907449, 465104644470, 955060713621, 1865654931141, 3490074060228, 6286011239592, 10948910130774, 18510503248611, 30469179410667
Offset: 1

Views

Author

N. J. A. Sloane, Oct 29 2019

Keywords

Comments

All terms are divisible by 9: (a(n)) = 9*(42, 10003, 325759, 3746706, 24967791, ...). Satisfies a linear recurrence with characteristic polynomial (x-1)^11. - M. F. Hasler, Oct 30 2019

Crossrefs

Programs

  • PARI
    {A328552(n,c=[9961, 305795, 2799396, 11895551, 28175817, 40446774, 36208620, 19852560, 6123600, 816480], p=9)=if(n<4,0,sum(k=1,min(#c,n-=4),c[k]*p*=(n-k+1)/k,378))} \\ M. F. Hasler, Oct 30 2019
    
  • PARI
    concat([0, 0, 0], Vec(9*x^4*(42 + 9541*x + 218036*x^2 + 706592*x^3 + 34135*x^4 - 290191*x^5 + 181478*x^6 - 45302*x^7 + 677*x^8 + 1664*x^9 - 192*x^10) / (1 - x)^11 + O(x^40))) \\ Colin Barker, Oct 30 2019

Formula

a(n) = (81/40)*n^10 - (81/4)*n^9 - (27/8)*n^8 + (2349/4)*n^7 - (1044)*n^6 - (127071/20)*n^5 + (128859/8)*n^4 + (59097/2)*n^3 - (3528381/40)*n^2 - (946929/20)*n + 153513 for n > 3.
G.f.: 9*x^4*(42 + 9541*x + 218036*x^2 + 706592*x^3 + 34135*x^4 - 290191*x^5 + 181478*x^6 - 45302*x^7 + 677*x^8 + 1664*x^9 - 192*x^10)/(1 - x)^11. - M. F. Hasler, Oct 30 2019
a(n) = 11*a(n-1) - 55*a(n-2) + 165*a(n-3) - 330*a(n-4) + 462*a(n-5) - 462*a(n-6) + 330*a(n-7) - 165*a(n-8) + 55*a(n-9) - 11*a(n-10) + a(n-11) for n>9. - Colin Barker, Oct 30 2019

Extensions

New name and a(1)=a(2)=a(3)=0 from Andrey Zabolotskiy, Jan 19 2021

A171113 a(n) is the Severi degree for curves of degree n and cogenus 3.

Original entry on oeis.org

0, 0, 15, 675, 7915, 41310, 145383, 404185, 959115, 2029980, 3939295, 7139823, 12245355, 20064730, 31639095, 48282405, 71625163, 103661400, 146798895, 203912635, 278401515, 374248278, 496082695, 649247985, 839870475, 1074932500, 1362348543, 1711044615
Offset: 1

Views

Author

N. J. A. Sloane, Sep 27 2010

Keywords

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{7,-21,35,-35,21,-7,1},{0,0,15,675,7915,41310,145383,404185,959115},30] (* Harvey P. Dale, Jun 15 2021 *)
  • Python
    [0, 0] + [(9*d**6 + 9*d**4 + 423*d**3 - 829*d)//2 - 27*d**5 - 229*d**2 + 525 for d in range(3, 30)] # Andrey Zabolotskiy, Jan 12 2021

Formula

a(n) = 9*n^6/2 - 27*n^5 + 9*n^4/2 + 423*n^3/2 - 229*n^2 - 829*n/2 + 525 for n > 2. - Andrey Zabolotskiy, Jan 19 2021

Extensions

Terms a(7) and beyond from Andrey Zabolotskiy, Jan 12 2021
Showing 1-4 of 4 results.