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!)
A013711 a(n) = 6^(2n+1). 3
6, 216, 7776, 279936, 10077696, 362797056, 13060694016, 470184984576, 16926659444736, 609359740010496, 21936950640377856, 789730223053602816, 28430288029929701376, 1023490369077469249536, 36845653286788892983296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
G.f.: 6/(1-36*x). - Philippe Deléham, Nov 24 2008
a(n) = 36*a(n-1), a(0)=6. - Vincenzo Librandi, May 26 2011
MATHEMATICA
lst={}; Do[AppendTo[lst, 6^(2*n+1)], {n, 0, 5!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jan 15 2009 *)
NestList[36#&, 6, 20] (* Harvey P. Dale, Oct 18 2012 *)
PROG
(Magma) [6^(2*n+1): n in [0..20]]; // Vincenzo Librandi, May 26 2011
(PARI) a(n)=6^(2*n+1) \\ Charles R Greathouse IV, Jul 10 2016
CROSSREFS
Sequence in context: A195802 A145249 A154023 * A300593 A281431 A109354
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 06:34 EDT 2024. Contains 371920 sequences. (Running on oeis4.)