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 A280695 #9 Jan 12 2017 07:18:54 %S A280695 1,1,1,1,5,2,1,2,3,5,1,3,13,2,5,4,17,1,19,5,3,2,23,6,25,13,9,4,1,10, %T A280695 31,8,3,17,5,2,37,19,13,10,41,6,43,4,15,23,1,12,7,25,17,13,53,3,5,8, %U A280695 19,2,59,15,61,31,9,16,65,6,67,17,23,10,71,4,73,37,25,1,7,26,79,20,27,41,83,12,85,43,3,8,89,5,13,23,31,2,95,24,97,14,9,25,101,34 %N A280695 a(n) = n / A280694(n); n divided by the largest Lucas number (A000032) dividing n. %H A280695 Antti Karttunen, <a href="/A280695/b280695.txt">Table of n, a(n) for n = 1..15127</a> %o A280695 (Scheme) %o A280695 (define (A280695 n) (/ n (A280694 n))) %Y A280695 Cf. A054495, A280694, A280697. %K A280695 nonn %O A280695 1,5 %A A280695 _Antti Karttunen_, Jan 11 2017