OFFSET
0,2
COMMENTS
a(n+48) - a(n+47) - a(n+1) + a(n) = 0 for 0 <= n <= 1055, but not for n = 1056. - Robert Israel, Oct 18 2023
LINKS
Robert Israel, Table of n, a(n) for n = 0..10000
MAPLE
p8:= simplify(((1+sqrt(5))/2)^8);
seq(round(n*p8), n=0..100); # Robert Israel, Oct 18 2023
MATHEMATICA
Round[GoldenRatio^8 Range[0, 40]] (* Harvey P. Dale, Sep 18 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved