cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A320721 Smallest number with multiplicative persistence n in base 15.

Original entry on oeis.org

0, 15, 38, 58, 89, 582, 1964, 19526, 596667, 30104309, 140410607143, 3753516452901780134
Offset: 0

Views

Author

A.H.M. Smeets, Oct 19 2018

Keywords

Comments

Probably finite.
The persistence of a number is the number of times you need to multiply the digits together before reaching a single digit.
Let p_15(n) be the product of the digits of n in base 15. We can define an equivalence relation DP_15 on n by n DP_15 m if and only if p_15(n) = p_15(m); the naming DP_b for the equivalence relation stands for "digits product for representation in base b". A number n is called the class representative number of class n/DP_15 if and only if p_15(n) = p_15(m), m >= n; i.e., the smallest number of that class; it is also called the reduced number.
For any multiplicative persistence, except the multiplicative persistence 2, the set of class representative numbers with that multiplicative persistence is supposed to be finite. Each class representative number represents an infinite set of numbers with the same multiplicative persistence.
The known reduced numbers with multiplicative persistence 11 in base 15 are 3753516452901780134 and 166262836503982547199778 (in base 15, with A..E for 10..14: 88899BBBBDDDDDDE and 77777777777777BBBBBD).
The known reduced numbers with multiplicative persistence 10 in base 15 are given in A320722.
The known reduced numbers with multiplicative persistence 9 in base 15 are given in A320723.
If there exists a number m with multiplicative persistence 12, p(m) will be larger than 15^100.
a(9) = A320723(1) and a(10) = A320722(1).

Crossrefs

Cf. A003001 (base 10), A125582 (base 12), A132161 (base 16), A320722, A320723.

Programs

  • Mathematica
    With[{s = Array[Length@ FixedPointList[Times @@ IntegerDigits[#, 15] &, #] - 2 &, 15^5]}, Array[FirstPosition[s, #][[1]] &, Max@ s]] (* Michael De Vlieger, Nov 13 2018 *)

A320722 Reduced numbers with multiplicative persistence 10 in base 15.

Original entry on oeis.org

140410607143, 1529496523124, 30274147243526, 67350019670759, 7089716293342874, 3849295817347935749, 865622396227851562499, 3828443727329799920759, 58587921323581341796874, 166262899060252599981509, 166474902537536044921874, 506770656544051011608563336879188899
Offset: 1

Views

Author

A.H.M. Smeets, Oct 19 2018

Keywords

Comments

Let p_15(n) be the product of the digits of n in base 15. We can define an equivalence relation DP_15 on n by n DP_15 m if and only if p_15(n) = p_15(m); the naming DP_b for the equivalence relation stands for "digits product for representation in base b". A number n is called the class representative number of class n/DP_15 if and only if p_15(n) = p_15(m), m >= n; i.e., the smallest number of that class; it is also called the reduced number.
For any multiplicative persistence, except the multiplicative persistence 2, the set of class representative numbers with that multiplicative persistence is conjectured to be finite. Each class representative number represents an infinite set of numbers with the same multiplicative persistence.
If there exists a next reduced number m with multiplicative persistence 10, p(m) will be larger than 15^100, where p(m) is the product of the digits of m.
a(1) = A320721(10).

Examples

			The number 140410607143 represented in base 15, with A..E for 10..14 is 39BBCCCCCD. Other numbers with the same reduced number are for instance: 333BBCCCCCD, 39BB34CCCCD, 139BBCCCCCD; or any number obtained by permutation of the digits of those numbers.
		

Crossrefs

Showing 1-2 of 2 results.