# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/
Search: id:a170739
Showing 1-1 of 1
%I A170739 #32 Nov 26 2022 14:12:40
%S A170739 1,20,380,7220,137180,2606420,49521980,940917620,17877434780,
%T A170739 339671260820,6453753955580,122621325156020,2329805177964380,
%U A170739 44266298381323220,841059669245141180,15980133715657682420,303622540597495965980,5768828271352423353620,109607737155696043718780
%N A170739 Expansion of g.f.: (1+x)/(1-19*x).
%H A170739 Vincenzo Librandi, Table of n, a(n) for n = 0..200
%H A170739 Index entries for linear recurrences with constant coefficients, signature (19).
%F A170739 a(n) = Sum_{k=0..n} A097805(n,k)*(-1)^(n-k)*20^k. - _Philippe Deléham_, Dec 04 2009
%F A170739 a(0) = 1; for n>0, a(n) = 20*19^(n-1). - _Vincenzo Librandi_, Dec 05 2009
%F A170739 a(0) = 1, a(1) = 20; for n>1, a(n) = 19*a(n-1). - _Vincenzo Librandi_, Dec 05 2012
%F A170739 E.g.f.: (20*exp(19*x) - 1)/19. - _G. C. Greubel_, Sep 24 2019
%p A170739 k:=20; seq(`if`(n=0, 1, k*(k-1)^(n-1)), n = 0..25); # _G. C. Greubel_, Sep 24 2019
%t A170739 Join[{1}, 20*19^Range[0, 25]] (* _Vladimir Joseph Stephan Orlovsky_, Jul 13 2011 *)
%t A170739 CoefficientList[Series[(1+x)/(1-19x), {x, 0, 30}], x] (* _Vincenzo Librandi_, Dec 05.2012 *)
%t A170739 Join[{1},NestList[19#&,20,20]] (* _Harvey P. Dale_, Nov 26 2022 *)
%o A170739 (Magma) [1] cat [20*19^(n-1): n in [1..20]]; // _Vincenzo Librandi_, Dec 05 2012
%o A170739 (PARI) a(n)=20*19^n\19 \\ _Charles R Greathouse IV_, Jul 01 2013
%o A170739 (Sage) k=20; [1]+[k*(k-1)^(n-1) for n in (1..25)] # _G. C. Greubel_, Sep 24 2019
%o A170739 (GAP) k:=20;; Concatenation([1], List([1..25], n-> k*(k-1)^(n-1) )); # _G. C. Greubel_, Sep 24 2019
%Y A170739 Cf. A003945, A097805.
%K A170739 nonn,easy
%O A170739 0,2
%A A170739 _N. J. A. Sloane_, Dec 04 2009
# Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE