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!)
A013808 a(n) = 18^(4*n + 1). 1
18, 1889568, 198359290368, 20822964865671168, 2185911559738696531968, 229468251895129407139872768, 24088659210943104643915283693568, 2528731089327963353099650821015994368, 265456074833292280954988944586975024775168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
MATHEMATICA
18^(4*Range[0, 20]+1) (* or *) NestList[104976#&, 18, 20] (* Harvey P. Dale, Jun 19 2021 *)
PROG
(Magma) [18^(4*n+1): n in [0..15]]; // Vincenzo Librandi, Jul 06 2011
(Maxima) makelist(18^(4*n+1), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n) = 18^(4*n+1); \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A215577 A071098 A259164 * A115479 A144838 A013886
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.)