The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A133125 A133080 * A000244. 1
1, 4, 9, 36, 81, 324, 729, 2916, 6561, 26244, 59049, 236196, 531441, 2125764, 4782969, 19131876, 43046721, 172186884, 387420489, 1549681956, 3486784401, 13947137604, 31381059609, 125524238436, 282429536481, 1129718145924, 2541865828329, 10167463313316 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A133647 is a companion sequence.
LINKS
FORMULA
A133080 * A000244, where A000244 = (3^0, 3^1, 3^2, ...). For even n, a(n) = 3^n. For odd n, a(n) = 4 * 3^(n-1).
G.f.: (1+4x)/((1+3x)(1-3x)). a(n) = 9*a(n-2). - R. J. Mathar, Oct 30 2008
a(n) = A038754(n)^2. - T. D. Noe, Jun 10 2011
EXAMPLE
a(4) = 3^4 = 81.
a(5) = 324 = 4 * 3^4.
MATHEMATICA
Table[3^(n - 2) ((-1)^n + 7)/2, {n, 1, 60}] (* Vladimir Joseph Stephan Orlovsky, Jun 10 2011 *)
LinearRecurrence[{0, 9}, {1, 4}, 30] (* Harvey P. Dale, Mar 27 2017 *)
CROSSREFS
Sequence in context: A363408 A115700 A029806 * A126161 A179934 A239213
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Sep 19 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 May 16 04:39 EDT 2024. Contains 372549 sequences. (Running on oeis4.)