OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
MATHEMATICA
Table[Floor[((Sqrt[2]+1+Sqrt[2Sqrt[2]-1])/2)^n], {n, 0, 40}] (* Harvey P. Dale, Aug 07 2016 *)
PROG
(PARI) vector(50, n, n--; floor((1/2*(sqrt(2)+1+sqrt(2*sqrt(2)-1)))^n )) \\ G. C. Greubel, Sep 30 2018
(Magma) [Floor((1/2*(Sqrt(2)+1+Sqrt(2*Sqrt(2)-1)))^n ): n in [0..50]]; // G. C. Greubel, Sep 30 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Antreas P. Hatzipolakis (xpolakis(AT)otenet.gr), Dec 21 1999
EXTENSIONS
More terms from David W. Wilson, Dec 22 1999
STATUS
approved