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!)
A013796 a(n) = 12^(4*n + 1). 1
12, 248832, 5159780352, 106993205379072, 2218611106740436992, 46005119909369701466112, 953962166440690129601298432, 19781359483314150527412524285952, 410186270246002225336426103593500672, 8505622499821102144576131684114829934592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
MATHEMATICA
NestList[20736#&, 12, 20] (* Harvey P. Dale, Jun 02 2017 *)
PROG
(Magma) [12^(4*n+1): n in [0..10]]; // Vincenzo Librandi, Jun 28 2011
(Maxima) makelist(12^(4*n+1), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
(PARI) a(n) = 12^(4*n+1); \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A368686 A333099 A264040 * A055312 A365242 A296138
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)