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 A362488 #8 Apr 22 2023 10:35:58 %S A362488 2,4,6,10,14,18,22,30,34,40,48,58,60,92,136,146,184,232,240,342,478, %T A362488 518,638,772,830,924,1080,1264,1330,1340,1462,1824,2132,2528,2710, %U A362488 3224,3354,4084,4672,4812,4976,5912,6496,7606,8230,8698,11472,12354,16580,19250 %N A362488 Record values in A362487. %F A362488 a(n) = A362485(A362487(n)). %t A362488 solnum[n_] := Length[invIPhi[n]]; seq[kmax_] := Module[{s = {}, solmax=0}, Do[sol = solnum[k]; If[sol > solmax, solmax = sol; AppendTo[s, sol]], {k, 1, kmax}]; s]; seq[10^4] (* using the function invIPhi from A362484 *) %Y A362488 Cf. A362484, A362487. %Y A362488 Similar sequences: A101373, A131934, A361971, A362184. %K A362488 nonn %O A362488 1,1 %A A362488 _Amiram Eldar_, Apr 22 2023