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!)
A125582 Smallest positive integer with multiplicative persistence n in base 12. 3
1, 12, 30, 46, 83, 1099, 1571, 17902874277 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The sequence in base 12 is 1, 10, 26, 3X, 6E, 777, XXE, 3577777799, where X is 10 and E is 11. I have searched numbers up to 24 digits in base 12 excluding any numbers that might contain the digit 1 or any combination of digits that might multiply to 0 mod 12. The numbers also had digits in nondecreasing order, so that XXE would be tested but, for example, EXX would not.
LINKS
EXAMPLE
a(0)=1 since 1 is the smallest positive integer for which no multiplication takes place. [Edited by A.H.M. Smeets, Sep 16 2018]
a(6)=1571 since 1571, 1100, 392, 128, 80, 48, 0 is the chain with six multiplications. In base 12, XXE, 778, 288, X8, 68, 40, 0.
MAPLE
Maple program available upon request.
MATHEMATICA
With[{s = Array[-1 + Length@ FixedPointList[Times @@ IntegerDigits[#, 12] &, #] &, 1600]}, Array[FirstPosition[s, #][[1]] &, Max@ s]] (* Michael De Vlieger, Sep 18 2018 *)
CROSSREFS
Sequence in context: A298077 A135502 A256620 * A031107 A019557 A173107
KEYWORD
more,nonn,base
AUTHOR
Walter Kehowski, Jan 04 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 19 06:57 EDT 2024. Contains 372666 sequences. (Running on oeis4.)