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 A262690 #7 Oct 04 2015 13:08:20 %S A262690 0,1,1,1,4,4,4,4,4,9,9,9,4,9,9,9,16,16,9,9,16,16,9,9,16,25,25,25,25, %T A262690 25,25,25,16,25,25,25,36,36,36,36,36,25,25,25,36,36,36,36,16,49,49,49, %U A262690 36,49,49,49,36,49,49,49,49,36,49,49,64,64,64,49,64,64,36,49,36,64,49,49,36,64,49,49,64,81,81,81,64,81,81,81,36,64,81,81,81,64,81,81,64,81,49,81,100 %N A262690 a(n) = largest square k <= n such that A002828(n-k) = A002828(n)-1. %H A262690 Antti Karttunen, <a href="/A262690/b262690.txt">Table of n, a(n) for n = 0..65536</a> %H A262690 A. Karttunen, <a href="https://oeis.org/plot2a?name1=A262690&name2=A048760&tform1=untransformed&tform2=untransformed&shift=0&radiop1=ratio&drawlines=true">Ratio a(n)/A048760(n) drawn with the help of OEIS Plot2-script</a> %F A262690 a(n) = A000290(A262689(n)). %F A262690 Other identities. For all n >= 0: %F A262690 A262678(n) = n - a(n). %o A262690 (Scheme) (define (A262690 n) (A000290 (A262689 n))) %Y A262690 Cf. A000290, A002828, A262689, A262678. %Y A262690 Cf. also A048760. %K A262690 nonn %O A262690 0,5 %A A262690 _Antti Karttunen_, Oct 03 2015