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 A244318 #7 Jul 02 2014 17:04:14 %S A244318 1,2,2,4,3,2,4,4,8,6,3,6,6,12,2,4,4,8,6,4,8,8,16,12,6,12,12,24,3,6,6, %T A244318 12,9,6,12,12,24,18,9,18,18,36,2,4,4,8,6,4,8,8,16,12,6,12,12,24,4,8,8, %U A244318 16,12,8,16,16,32,24,12,24,24,48,6,12,12,24,18,12,24,24,48 %N A244318 Product of digits+1 of n in Greedy Catalan Base (A014418). %H A244318 Antti Karttunen, <a href="/A244318/b244318.txt">Table of n, a(n) for n = 0..4862</a> %o A244318 (MIT/GNU Scheme) (define (A244318 n) (apply * (map 1+ (A014418raw n)))) ;; A014418raw given in A014418. %Y A244318 Cf. A014418, A014420, A244233, A227154. %K A244318 nonn,base %O A244318 0,2 %A A244318 _Antti Karttunen_, Jul 02 2014