A009988 Powers of 44.
1, 44, 1936, 85184, 3748096, 164916224, 7256313856, 319277809664, 14048223625216, 618121839509504, 27197360938418176, 1196683881290399744, 52654090776777588736, 2316779994178213904384, 101938319743841411792896, 4485286068729022118887424, 197352587024076973231046656
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 (44).
Programs
-
Magma
[44^n: n in [0..20]]; // Vincenzo Librandi, Nov 21 2010
-
Mathematica
44^Range[0,20] (* Harvey P. Dale, May 22 2017 *)
Formula
G.f.: 1/(1-44*x). - Philippe Deléham, Nov 24 2008
a(n) = 44^n; a(n) = 44*a(n-1), a(0)=1. - Vincenzo Librandi, Nov 21 2010
From Elmo R. Oliveira, Jul 08 2025: (Start)
E.g.f.: exp(44*x).
Comments