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 A280496 #6 Jan 10 2017 19:13:15 %S A280496 1,1,1,2,1,3,1,4,3,5,1,6,1,7,5,8,1,9,1,10,9,11,1,12,5,13,7,14,1,15,1, %T A280496 16,15,17,7,18,1,19,11,20,1,27,1,22,27,23,1,24,7,25,25,26,1,21,25,28, %U A280496 21,29,1,30,1,31,13,32,11,45,1,34,45,35,1,36,1,37,17,38,11,33,1,40,33,41,1,54,35,43,35,44,1,81,49,46,81,47,13,48,1,49,19,50,1 %N A280496 a(n) = A032742(A250246(n)). %H A280496 Antti Karttunen, <a href="/A280496/b280496.txt">Table of n, a(n) for n = 1..8192</a> %F A280496 a(n) = A032742(A250246(n)). %F A280496 a(n) = A250246(n) / A020639(n). [Because A250246 preserves the smallest prime factor of n.] %o A280496 (Scheme) (define (A280496 n) (A032742 (A250246 n))) %Y A280496 Cf. A020639, A032742, A250246. %Y A280496 Differs from related A280495 and A280497 for the first time at n=33, where a(33) = 15, while A280495(33) = A280497(33) = 13. %Y A280496 Differs from related A280498 for the first time at n=42, where a(42) = 27, while A280498(42) = 21. %K A280496 nonn %O A280496 1,4 %A A280496 _Antti Karttunen_, Jan 09 2017