|
| |
|
|
A069516
|
|
Geometric mean of digits = 3.
|
|
2
| |
|
|
3, 19, 33, 139, 333, 1199, 1339, 3333, 11399, 13339, 33333, 111999, 113399, 133339, 333333, 1113999, 1133399, 1333339, 3333333, 11119999, 11133999, 11333399, 13333339, 33333333, 111139999, 111333999, 113333399, 133333339, 333333333
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| No number is obtainable by permuting the digits of other members - only one with ascending order of digits is included.
|
|
|
EXAMPLE
| 1339 belongs to this sequence but 1933 does not.
|
|
|
MATHEMATICA
| a = {}; b = 3; Do[c = Apply[ Times, IntegerDigits[n]]/b^Floor[ Log[10, n] + 1]; If[c == 1 && Position[a, FromDigits[ Sort[ IntegerDigits[n]]]] == {}, Print[n]; a = Append[a, n]], {n, 1, 10^8}]
|
|
|
CROSSREFS
| Cf. A061427, A069512, A069518.
Sequence in context: A128069 A056246 A061427 * A098856 A178201 A062291
Adjacent sequences: A069513 A069514 A069515 * A069517 A069518 A069519
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 30 2002
|
|
|
EXTENSIONS
| Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 01 2002
|
| |
|
|