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!)
A055156 Powers of 3 which are not powers of 3^3. 0
3, 9, 81, 243, 2187, 6561, 59049, 177147, 1594323, 4782969, 43046721, 129140163, 1162261467, 3486784401, 31381059609, 94143178827, 847288609443, 2541865828329, 22876792454961, 68630377364883, 617673396283947 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = a(n-1)*a(n-2)/a(n-3) = 27*a(n-2) = 3^A001651(n).
a(2n) = 3^(3n+1), a(2n+1) = 3^(3n+2).
MATHEMATICA
With[{nn=40}, Complement[3^Range[nn], 27^Range[Floor[nn/3]]]] (* or *) LinearRecurrence[{0, 27}, {3, 9}, 40] (* Harvey P. Dale, Jul 17 2012 *)
CROSSREFS
Cf. A013732 and A013733. Consists of numbers in A000244 which are not in A009971. See A004171 for powers of 2 which are not powers of 2^2.
Sequence in context: A124049 A067623 A171557 * A047912 A078684 A121858
KEYWORD
nonn,easy
AUTHOR
Henry Bottomley, Jun 20 2000
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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)