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!)
A013775 a(n) = 24^(3*n + 2). 1
576, 7962624, 110075314176, 1521681143169024, 21035720123168587776, 290797794982682557415424, 4019988717840603673710821376, 55572324035428505185378394701824 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
MATHEMATICA
24^(3 Range[0, 10]+2) (* or *) NestList[13824#&, 576, 10] (* Harvey P. Dale, Feb 22 2024 *)
PROG
(Magma) [24^(3*n+2): n in [0..10]]; // Vincenzo Librandi, Jun 27 2011
(Maxima) makelist(24^(3*n+2), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
CROSSREFS
Sequence in context: A079396 A299414 A300054 * A068277 A068289 A159055
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)