OFFSET
0,2
COMMENTS
First bisection of A009976.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..300
Index entries for linear recurrences with constant coefficients, signature (1024).
FORMULA
a(n) = 2^(10*n).
G.f.: 1/(1-1024*x). - L. Edson Jeffery, Jul 03 2012
a(m*n) = a(n)^m; a(n+m) = a(n)*a(m). - Bruno Berselli, Mar 30 2017
From Elmo R. Oliveira, Aug 30 2024: (Start)
E.g.f.: exp(1024*x).
a(n) = 1024*a(n-1) for n > 0.
a(n) = A009976(n)^2. (End)
PROG
(Magma) [1024^n: n in [0..15]] ; // Vincenzo Librandi, Aug 09 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, May 27 2008
STATUS
approved