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 A362665 #7 Apr 29 2023 07:33:03 %S A362665 1,3,4,5,11,16,33,23,29,43,69,64,47,53,76,87,59,71,79,83,141,101,103, %T A362665 159,107,177,131,137,213,149,163,249,167,173,236,179,235,191,197,303, %U A362665 309,265,321,253,223,227,229,316,239,332,251,256,393,263,269,411,283 %N A362665 a(n) is the smaller of the two solutions to A091732(x) = A362664(n). %C A362665 The larger solution is 2*a(n). %H A362665 Amiram Eldar, <a href="/A362665/b362665.txt">Table of n, a(n) for n = 1..10000</a> %t A362665 invIPhi[#][[1]]& /@ Select[Range[300], Length[invIPhi[#]] == 2 &] (* using the function invIPhi from A362484 *) %Y A362665 Cf. A091732, A362484, A362664. %Y A362665 Similar sequences: A131826, A362211, A362212. %K A362665 nonn %O A362665 1,2 %A A362665 _Amiram Eldar_, Apr 29 2023