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!)
A338505 Number of positive integers less than n with the same product of decimal digits as n. 1
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 0, 0, 0, 0, 0, 2, 2, 3, 2, 1, 0, 1, 0, 0, 0, 3, 3, 3, 2, 1, 0, 1, 0, 0, 0, 4, 2, 1, 1, 1, 0, 0, 0, 0, 0, 5, 4, 3, 2, 2, 1, 1, 0, 0, 0, 6, 2, 1, 1, 1, 1, 1, 0, 0, 0, 7, 4, 2, 3, 1, 1, 1, 1, 0, 0, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,21
LINKS
FORMULA
a(n) = |{0 < j < n : A007954(j) = A007954(n)}|.
EXAMPLE
a(22) = 2 because A007954(22) = 4 and also A007954(4) = A007954(14) = 4.
MATHEMATICA
Table[Length[Select[Range[n - 1], Times @@ IntegerDigits@# == Times @@ IntegerDigits@n &]], {n, 90}]
PROG
(PARI) a(n)={my(t=vecprod(digits(n))); sum(k=1, n-1, vecprod(digits(k))==t)} \\ Andrew Howroyd, Oct 31 2020
CROSSREFS
Sequence in context: A295854 A230630 A343957 * A037867 A122879 A037866
KEYWORD
nonn,base
AUTHOR
Ilya Gutkovskiy, Oct 31 2020
EXTENSIONS
Definition clarified by Ilya Gutkovskiy, Apr 14 2022
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)