OFFSET
-12,4
COMMENTS
Related to Le Corbusier's "modular" (or "modulor") numbers, see A080104.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = -12..1100
EXAMPLE
G.f. = x^-11 + x^-10 + 2*x^-9 + 3*x^-8 + 4*x^-7 + 7*x^-6 + 11*x^-5 + ...
a(0) = 126.
MAPLE
A080074:=n->round(126*((1+sqrt(5))/2)^n): seq(A080074(n), n=-12..50); # Wesley Ivan Hurt, Jan 19 2017
MATHEMATICA
Table[Round[126 GoldenRatio^n], {n, -12, 29}] (* Michael De Vlieger, Jan 20 2017 *)
PROG
(Magma) [Round(126*((1+Sqrt(5))/2)^n): n in [-12..50]]; // Vincenzo Librandi, Jan 21 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 15 2003
STATUS
approved