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!)
A131096 3-smooth numbers in ternary representation. 2
1, 2, 10, 11, 20, 22, 100, 110, 121, 200, 220, 1000, 1012, 1100, 1210, 2000, 2101, 2200, 10000, 10120, 11000, 11202, 12100, 20000, 21010, 22000, 100000, 100111, 101200, 110000, 112020, 121000, 200000, 200222, 210100, 220000, 1000000, 1001110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Ternary.
FORMULA
a(n) = A007089(A003586(n)).
MATHEMATICA
smooth3Q[n_] := FactorInteger[n][[-1, 1]] <= 3;
FromDigits /@ (IntegerDigits[#, 3]& /@ Select[Range[10000], smooth3Q]) (* Jean-François Alcover, Oct 17 2021 *)
CROSSREFS
Sequence in context: A033293 A231501 A051373 * A069263 A356520 A174569
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 14 2007
EXTENSIONS
Offset changed to 1 by Joerg Arndt, Oct 17 2021
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)