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!)
A116530 a(n) = 3*a(n-1), with a(1) = 20. 1
20, 60, 180, 540, 1620, 4860, 14580, 43740, 131220, 393660, 1180980, 3542940, 10628820, 31886460, 95659380, 286978140, 860934420, 2582803260, 7748409780, 23245229340, 69735688020, 209207064060, 627621192180, 1882863576540 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 10*A008776(n+1).
G.f.: 20*x/(1-3*x). - Philippe Deléham, Nov 23 2008
From G. C. Greubel, Oct 31 2016: (Start)
a(n) = 20*3^(n-1).
E.g.f.: (20/3)*(exp(3*x) - 1). (End)
MATHEMATICA
Table[4*5*3^(n - 1), {n, 24}] (* Robert G. Wilson v, May 19 2006 *)
LinearRecurrence[{3}, {20}, 25] (* G. C. Greubel, Oct 31 2016 *)
PROG
(Magma) [20*3^(n-1): n in [1..30]]; // Vincenzo Librandi, Oct 31 2016
CROSSREFS
Sequence in context: A154072 A078184 A362268 * A219830 A359444 A041780
KEYWORD
nonn,less,easy
AUTHOR
Ben Gregson (mahishimi(AT)hotmail.com), Mar 26 2006
STATUS
approved

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 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)