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!)
A030653 n^3*a(n) is the number of circles in complex projective plane tangent to three smooth curves of degree n in general position. 1
4, 23, 60, 121, 212, 339, 508, 725, 996, 1327, 1724, 2193, 2740, 3371, 4092, 4909, 5828, 6855, 7996, 9257, 10644, 12163, 13820, 15621, 17572, 19679, 21948, 24385, 26996, 29787, 32764, 35933, 39300, 42871, 46652, 50649, 54868, 59315 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
See formula for enumeration of contacts in Fulton-Kleiman-MacPherson (pp. 156-196 of Lect. Notes Math. n.997).
LINKS
William Fulton, Steven Kleiman, Robert MacPherson, About the enumeration of contacts, Algebraic Geometry — Open Problems, Lecture Notes in Mathematics, 1983 vol. 997.
FORMULA
a(n) = n^3 + 3*n^2 + 3*n - 3.
G.f.: x*(4 + 7*x - 8*x^2 + 3*x^3)/(1-x)^4. - Colin Barker, Sep 03 2012
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Wesley Ivan Hurt, Oct 20 2022
MATHEMATICA
LinearRecurrence[{4, -6, 4, -1}, {4, 23, 60, 121}, 40] (* Harvey P. Dale, Nov 29 2014 *)
PROG
(Magma) [n^3+3*n^2+3*n-3: n in [1..45]]; // Vincenzo Librandi, Jun 30 2011
(PARI) a(n)=n^3 + 3*n^2 + 3*n - 3 \\ Charles R Greathouse IV, Feb 10 2017
CROSSREFS
Sequence in context: A239624 A179628 A339392 * A085505 A065972 A132112
KEYWORD
nonn,nice,easy
AUTHOR
Paolo Dominici (pl.dm(AT)libero.it)
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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)