login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A083583 a(n) = (8*3^n - 5*0^n)/3. 2

%I #17 Sep 08 2022 08:45:10

%S 1,8,24,72,216,648,1944,5832,17496,52488,157464,472392,1417176,

%T 4251528,12754584,38263752,114791256,344373768,1033121304,3099363912,

%U 9298091736,27894275208,83682825624,251048476872,753145430616,2259436291848

%N a(n) = (8*3^n - 5*0^n)/3.

%H Vincenzo Librandi, <a href="/A083583/b083583.txt">Table of n, a(n) for n = 0..300</a>

%H <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (3).

%F a(n) = (8*3^n - 5*0^n)/3.

%F G.f.: (1+5*x)/(1-3*x).

%F E.g.f.: (8*exp(3x) - 5*exp(0))/3.

%F a(n) = A005051(n-1), n > 0. - _R. J. Mathar_, Sep 17 2008

%t Join[{1},NestList[3#&,8,30]] (* _Harvey P. Dale_, Apr 08 2020 *)

%o (Magma) [(8*3^n-5*(0)^n)/3: n in [0..30]]; // _Vincenzo Librandi_, Jun 10 2011

%Y Cf. A083854.

%K easy,nonn

%O 0,2

%A _Paul Barry_, May 01 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 13:24 EDT 2024. Contains 371955 sequences. (Running on oeis4.)