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 A161445 #4 Jan 25 2018 09:59:01 %S A161445 5,20,39,54,65,80,99,114,141,156,175,190,201,216,235,250,260,277,294, %T A161445 311,320,337,354,371,396,413,430,447,456,473,490,507,519,534,549,564, %U A161445 579,594,609,624,655,670,685,700,715,730,745,760,774,791,804,821,834 %N A161445 Numbers n such that A160700(n) = 5. %H A161445 Charles R Greathouse IV, <a href="/A161445/b161445.txt">Table of n, a(n) for n = 1..10000</a> %F A161445 16n - 16 <= a(n) <= 16n - 1. - _Charles R Greathouse IV_, Jan 25 2018 %o A161445 (PARI) A160700(n)=my(t=n%16); while(n>15, n>>=4; t=bitxor(t, n%16)); t %o A161445 a(n)=for(k=16*n-16, 16*n-1, if(a(k)==5, return(k))) \\ _Charles R Greathouse IV_, Jan 25 2018 %Y A161445 Cf. A161440, A161441, A161442, A161443, A161444, A161446, A161447, A161448, A161449, A161450, A161451, A161452, A161453, A161454, A161455. %K A161445 nonn,easy %O A161445 1,1 %A A161445 _Reinhard Zumkeller_, Jun 10 2009