OFFSET
0,1
COMMENTS
29*a(n) is a square.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..250
Index entries for linear recurrences with constant coefficients, signature (841).
FORMULA
G.f.: 29/(1 - 841*x).
a(n) = 841*a(n-1).
MATHEMATICA
29^Range[1, 30, 2]
PROG
(Magma) [29^(2*n+1): n in [0..15]];
(PARI) vector(20, n, n--; 29^(2*n+1)) \\ Altug Alkan, Oct 02 2015
CROSSREFS
Second bisection of A009973 (powers of 29).
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 02 2015
STATUS
approved