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 A138692 #7 Jan 31 2020 13:09:33 %S A138692 90,95,111,135,207,255,375,447,615,927,1047,1455,1767,1935,2295,2895, %T A138692 3567,3807,4575,5127,5415,6327,6975,8007,9495,10287,10695,11535,11967, %U A138692 12855,16215,17247,18855,19407,22287,22887,24735,26655,27975,30015 %N A138692 Numbers of the form 86+p^2 (where p is a prime). %C A138692 86+p^2 is divisible by 3, for any prime p>3. - _M. F. Hasler_ %t A138692 Table[2*43 + Prime[p + 1]^2, {p, 0, 100}] %t A138692 Prime[Range[40]]^2+86 (* _Harvey P. Dale_, Jan 31 2020 *) %Y A138692 Cf. A138479, A138685, A138686, A138691, A138692, A138693, A138694, A007528, A138696, A138697, A138698, A138699, A138700. %K A138692 nonn %O A138692 1,1 %A A138692 _Artur Jasinski_, Mar 26 2008