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!)
A013828 a(n) = 3^(5*n + 3). 1
27, 6561, 1594323, 387420489, 94143178827, 22876792454961, 5559060566555523, 1350851717672992089, 328256967394537077627, 79766443076872509863361, 19383245667680019896796723, 4710128697246244834921603689 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 30 2008: (Start)
a(n) = 243*a(n-1), n > 0; a(0)=27.
G.f.: 27/(1-243*x).
a(n) = 3*A013827(n) = 9*A013826(n) = A013829(n)/3. (End)
MATHEMATICA
3^(5*Range[0, 20]+3) (* or *) NestList[243#&, 27, 20] (* Harvey P. Dale, Jun 07 2016 *)
PROG
(Magma) [3^(5*n+3): n in [0..15]]; // Vincenzo Librandi, Jul 07 2011
CROSSREFS
Cf. A000244 (3^n), A016885 (5*n+3).
Sequence in context: A211928 A123395 A051680 * A343922 A209261 A001321
KEYWORD
nonn,easy
AUTHOR
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)