OFFSET
2,1
REFERENCES
B. Shapiro, M. Shapiro and A. Vainshtein, Connected components in the intersection of two open opposite Schubert cells in SL_n/B, Internat. Math. Res. Notices, 1997, no. 10, pp. 469-493.
B. Shapiro, M. Shapiro and A. Vainshtein, Skew-symmetric vanishing lattices and intersections of Schubert cells. Internat. Math. Res. Notices, 1998, no. 11, pp. 563-588.
LINKS
Harry J. Smith, Table of n, a(n) for n = 2..500
Index entries for linear recurrences with constant coefficients, signature (2).
FORMULA
a(2)=2, a(3)=6, a(4)=20, a(5)=52; for n > 5, a(n) = 3 * 2^(n-1).
G.f.: 2*x^2*(1 + x + 4*x^2 + 6*x^3 - 4*x^4)/(1 - 2*x). - Colin Barker, Mar 08 2012
EXAMPLE
a(2) = 2 because in this case the set N_n is topologically just the set of nonzero real numbers so the number of components is 2.
MATHEMATICA
Join[{2, 6, 20, 52}, Table[3 2^(n-1), {n, 6, 40}]] (* Harvey P. Dale, Mar 09 2014 *)
PROG
(PARI) { for (n=2, 500, a=3*2^(n - 1); if (n==2, a=2); if (n==3, a=6); if (n==4, a=20); if (n==5, a=52); write("b060344.txt", n, " ", a); ) } \\ Harry J. Smith, Jul 04 2009
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Noam Katz (noamkj(AT)hotmail.com), Mar 30 2001
EXTENSIONS
More terms from Harry J. Smith, Jul 04 2009
STATUS
approved