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!)
A013763 a(n) = 18^(3*n + 2). 2
324, 1889568, 11019960576, 64268410079232, 374813367582081024, 2185911559738696531968, 12748236216396078174437376, 74347713614021927913318776832, 433595865796975883590475106484224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Dec 07 2008: (Start)
a(n) = 5832*a(n-1), a(0)=324.
G.f.: 324/(1-5832*x).
a(n) = 18*A013762(n). (End)
MATHEMATICA
NestList[5832#&, 324, 20] (* Harvey P. Dale, Mar 01 2023 *)
PROG
(Magma) [18^(3*n+2): n in [0..15]]; // Vincenzo Librandi, May 24 2011
(Maxima) makelist(18^(3*n+2), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n)=18^(3*n+2) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
Sequence in context: A209016 A132644 A202635 * A013887 A172198 A343080
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)