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!)
A120354 a(n) = 11*3^n. 2
11, 33, 99, 297, 891, 2673, 8019, 24057, 72171, 216513, 649539, 1948617, 5845851, 17537553, 52612659, 157837977, 473513931, 1420541793, 4261625379, 12784876137, 38354628411, 115063885233, 345191655699, 1035574967097, 3106724901291, 9320174703873 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Square root of A120353.
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
From Philippe Deléham, Nov 23 2008: (Start)
a(n) = 3*a(n-1), n > 0; a(0)=11.
G.f.: 11/(1-3*x). (End)
a(n) = 11*A000244(n). - Michel Marcus, Sep 04 2013
MATHEMATICA
11*3^Range[0, 60] (* Vladimir Joseph Stephan Orlovsky, Jun 09 2011 *)
NestList[3#&, 11, 30] (* Harvey P. Dale, Mar 04 2013 *)
PROG
(Magma) [11*3^n: n in [0..30]]; // Vincenzo Librandi, Jun 10 2011
(PARI) a(n)=11*3^n \\ Charles R Greathouse IV, Sep 04 2013
CROSSREFS
Sequence in context: A212132 A027025 A366135 * A206527 A297478 A213973
KEYWORD
nonn,easy
AUTHOR
Anton Joha, Jun 25 2006
EXTENSIONS
Better definition from Tanya Khovanova, Jan 20 2007
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 08:13 EDT 2024. Contains 371922 sequences. (Running on oeis4.)