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!)
A013797 a(n) = 12^(4*n + 3). 1
1728, 35831808, 743008370688, 15407021574586368, 319479999370622926848, 6624737266949237011120128, 137370551967459378662586974208, 2848515765597237675947403497177088, 59066822915424320448445358917464096768 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 20736*a(n-1); a(0) = 1728. - Harvey P. Dale, Apr 29 2012
MATHEMATICA
12^(4*Range[0, 20]+3) (* or *) NestList[20736#&, 1728, 20] (* Harvey P. Dale, Apr 29 2012 *)
PROG
(Magma) [12^(4*n+3): n in [0..10]]; // Vincenzo Librandi, Jun 28 2011
CROSSREFS
Subsequence of A001021.
Sequence in context: A114767 A350384 A165134 * A344744 A013864 A342902
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 May 6 07:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)