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!)
A013717 a(n) = 12^(2*n + 1). 3
12, 1728, 248832, 35831808, 5159780352, 743008370688, 106993205379072, 15407021574586368, 2218611106740436992, 319479999370622926848, 46005119909369701466112, 6624737266949237011120128 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 25 2008: (Start)
a(n) = 144*a(n-1), a(0)=12.
G.f.: 12/(1-144*x). (End)
MAPLE
seq(12^(2*n+1), n=0..11); # Nathaniel Johnston, Jun 25 2011
PROG
(Magma) [12^(2*n+1): n in [0..15]]; // Vincenzo Librandi, Jun 26 2011
(PARI) a(n)=12^(2*n+1) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
Bisection of A001021.
Sequence in context: A009120 A078928 A202968 * A252767 A015485 A174775
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 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)