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!)
A013751 a(n) = 12^(3*n + 2). 2
144, 248832, 429981696, 743008370688, 1283918464548864, 2218611106740436992, 3833759992447475122176, 6624737266949237011120128, 11447545997288281555215581184 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 30 2008: (Start)
a(n) = 1728*a(n-1); a(0)=144.
G.f.: 144/(1-1728*x).
a(n) = 12*A013750(n). (End)
PROG
(Magma) [12^(3*n+2): n in [0..15]]; // Vincenzo Librandi, Jun 27 2011
(PARI) a(n)=12^(3*n+2) \\ Charles R Greathouse IV, Jun 27 2011
CROSSREFS
Subsequence of A001021.
Sequence in context: A047807 A023112 A159424 * A033514 A086778 A227652
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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)