login
A239229
Euler characteristic of n-holed torus: 2 - 2*n.
3
2, 0, -2, -4, -6, -8, -10, -12, -14, -16, -18, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -42, -44, -46, -48, -50, -52, -54, -56, -58, -60, -62, -64, -66, -68, -70, -72, -74, -76, -78, -80, -82, -84, -86, -88, -90, -92, -94, -96, -98, -100, -102
OFFSET
0,1
REFERENCES
James Munkres, Topology, 2nd ed., Pearson, 2000.
LINKS
Richard Courant and Herbert Robbins, What Is Mathematics?, Oxford, 1941, pp. 258-259.
Eric Weisstein's World of Mathematics, Euler Characteristic
FORMULA
a(n) = 2 - 2*n.
G.f.: 2*(1-2*x)/(1-x)^2. - Vincenzo Librandi, Feb 01 2015
a(n) = 2*A022958(n+1). - R. J. Mathar, Oct 05 2017
E.g.f.: 2*exp(x)*(1 - x). - Stefano Spezia, Sep 10 2022
MAPLE
A239229:=n->2 - 2*n; seq(A239229(n), n=0..100); # Wesley Ivan Hurt, Mar 15 2014
MATHEMATICA
Table[2 - 2 n, {n, 0, 100}] (* Wesley Ivan Hurt, Mar 15 2014 *)
LinearRecurrence[{2, -1}, {2, 0}, 80] (* Harvey P. Dale, Jan 31 2015 *)
CoefficientList[Series[2 (1-2 x) / (1 - x)^2, {x, 0, 60}], x] (* Vincenzo Librandi, Feb 01 2015 *)
PROG
(Magma) [2-2*n: n in [0..60]]; // Vincenzo Librandi, Feb 01 2015
CROSSREFS
Sequence in context: A194751 A194739 A194765 * A058210 A360860 A274414
KEYWORD
sign,easy
AUTHOR
Eric M. Schmidt, Mar 12 2014
STATUS
approved