A262715 a(n) = 29^(2*n+1).
29, 24389, 20511149, 17249876309, 14507145975869, 12200509765705829, 10260628712958602189, 8629188747598184440949, 7257147736730073114838109, 6103261246589991489578849669, 5132842708382182842735812571629, 4316720717749415770740818372739989
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..250
- Index entries for linear recurrences with constant coefficients, signature (841).
Crossrefs
Second bisection of A009973 (powers of 29).
Programs
-
Magma
[29^(2*n+1): n in [0..15]];
-
Mathematica
29^Range[1, 30, 2] NestList[841#&,29,20] (* Harvey P. Dale, May 16 2025 *)
-
PARI
vector(20, n, n--; 29^(2*n+1)) \\ Altug Alkan, Oct 02 2015
Formula
G.f.: 29/(1 - 841*x).
a(n) = 841*a(n-1).
Comments