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!)
A078546 LCM of n and its nonzero decimal digits. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 39, 28, 15, 48, 119, 72, 171, 20, 42, 22, 138, 24, 50, 78, 378, 56, 522, 30, 93, 96, 33, 204, 105, 36, 777, 456, 117, 40, 164, 84, 516, 44, 180, 276, 1316, 48, 1764, 50, 255, 260, 795, 540, 55, 840, 1995, 1160, 2655, 60, 366, 186 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = lcm(n, A052429(n)).
EXAMPLE
n=13: lcm(13,1,3) = 39 = a(13); a(x)=x if x is divisible by each nonzero digits, i.e., if x in A002796.
MATHEMATICA
lc[x_] := Apply[LCM, DeleteCases[IntegerDigits[x], 0]] Table[LCM[lc[w], w], {w, 1, 128}] NOT
PROG
(PARI) lcnzd(n) = lcm(select(x->(x!=0), digits(n)));
a(n) = lcm(n, lcnzd(n)); \\ Michel Marcus, Mar 18 2018
CROSSREFS
Sequence in context: A151766 A004852 A342046 * A262360 A004863 A055648
KEYWORD
nonn,base
AUTHOR
Labos Elemer, Dec 05 2002
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)