A009991 Powers of 47.
1, 47, 2209, 103823, 4879681, 229345007, 10779215329, 506623120463, 23811286661761, 1119130473102767, 52599132235830049, 2472159215084012303, 116191483108948578241, 5460999706120583177327
Offset: 0
Links
- T. D. Noe, Table of n, a(n) for n = 0..100
- Tanya Khovanova, Recursive Sequences
- Index entries for linear recurrences with constant coefficients, signature (47).
Programs
-
Magma
[47^n: n in [0..20]] // Vincenzo Librandi, Nov 21 2010
-
Mathematica
47^Range[0, 13] (* Michael De Vlieger, Jan 13 2018 *)
-
PARI
a(n)=47^n \\ Charles R Greathouse IV, Oct 07 2015
Formula
G.f.: 1/(1-47*x). - Philippe Deléham, Nov 24 2008
a(n) = 47^n; a(n) = 47*a(n-1), a(0)=1. - Vincenzo Librandi, Nov 21 2010
Comments