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!)
A052429 Least common multiple of nonzero digits of n. 5

%I #14 Aug 18 2019 16:37:45

%S 1,2,3,4,5,6,7,8,9,1,1,2,3,4,5,6,7,8,9,2,2,2,6,4,10,6,14,8,18,3,3,6,3,

%T 12,15,6,21,24,9,4,4,4,12,4,20,12,28,8,36,5,5,10,15,20,5,30,35,40,45,

%U 6,6,6,6,12,30,6,42,24,18,7,7,14,21,28,35,42,7,56,63,8,8,8,24,8,40,24,56

%N Least common multiple of nonzero digits of n.

%H Robert Israel, <a href="/A052429/b052429.txt">Table of n, a(n) for n = 1..10000</a>

%e a(46)=12 because least common multiple of 4 and 6 is 12.

%p f:= proc(n)

%p ilcm(op(subs(0=NULL, convert(n,base,10))))

%p end proc:

%p map(f, [$1..100]); # _Robert Israel_, Mar 11 2018

%t lcmnzd[n_]:=Module[{d=Select[IntegerDigits[n],#>0&]},LCM@@d]; lcmnzd/@ Range[90] (* _Harvey P. Dale_, Jul 13 2016 *)

%Y Cf. A007954.

%K base,easy,nonn

%O 1,2

%A _Henry Bottomley_, Mar 17 2000

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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)