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.
%I A062078 #26 Dec 06 2024 16:24:15 %S A062078 1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,2,2,6,4,10,6,14,8,18,0,3,6,3, %T A062078 12,15,6,21,24,9,0,4,4,12,4,20,12,28,8,36,0,5,10,15,20,5,30,35,40,45, %U A062078 0,6,6,6,12,30,6,42,24,18,0,7,14,21,28,35,42,7,56,63 %N A062078 LCM of the digits of n. %H A062078 Seiichi Manyama, <a href="/A062078/b062078.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..1000 from Harry J. Smith) %F A062078 a(n) <= 2520. - _Sean A. Irvine_, Mar 18 2023 %e A062078 a(25) = 10, a(24) = 4. %p A062078 a:= n-> ilcm(convert(n, base, 10)[]): %p A062078 seq(a(n), n=1..99); # _Alois P. Heinz_, May 15 2024 %t A062078 Table[LCM@@IntegerDigits[n],{n,120}] (* _Harvey P. Dale_, Feb 19 2017 *) %o A062078 (PARI) a(n)={ lcm(digits(n)) } \\ _Harry J. Smith_, Jul 31 2009 %Y A062078 Cf. A007954, A052423. %K A062078 nonn,base %O A062078 1,2 %A A062078 _Amarnath Murthy_, Jun 15 2001