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!)
A013729 a(n) = 24^(2*n + 1). 14
24, 13824, 7962624, 4586471424, 2641807540224, 1521681143169024, 876488338465357824, 504857282956046106624, 290797794982682557415424, 167499529910025153071284224, 96479729228174488169059713024 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 28 2008: (Start)
a(n) = 576*a(n-1); a(0)=24.
G.f.: 24/(1-576*x).
a(n) = A013713(n)*A013708(n). (End)
MAPLE
seq(24^(2*n+1), n=0..10); # Nathaniel Johnston, Jun 26 2011
MATHEMATICA
24^(2*Range[0, 15]+1) (* or *)
NestList[576*# &, 24, 15] (* Paolo Xausa, Feb 21 2024 *)
PROG
(Magma) [24^(2*n+1): n in [0..15]]; // Vincenzo Librandi, May 25 2011
(PARI) a(n)=24^(2*n+1) \\ Charles R Greathouse IV, Jul 11 2016
CROSSREFS
Sequence in context: A208190 A338527 A284985 * A159729 A341801 A028694
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 20 07:26 EDT 2024. Contains 371799 sequences. (Running on oeis4.)