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 A376737 #8 Oct 04 2024 23:08:44 %S A376737 1,1,3,43,167,1017,213488,51901,21578387,106983448,1524134453409, %T A376737 212520825762723,118603854051948819,328857354494351169, %U A376737 1131079058617495914656969,35636007162246675331778279,792054341291879335697891524219,174615658931159537184638645409827,407432375846003705593053861468274012573 %N A376737 a(n) is the denominator corresponding to A376736(n). %H A376737 Hugo Pfoertner, <a href="/A376737/b376737.txt">Table of n, a(n) for n = 1..45</a> %e A376737 1/1, 1/1, 4/3, 62/43, 269/167, 1766/1017, 395497/213488, 101338/51901, ... %o A376737 (PARI) \\ Uses function droprob from A376606 and definition of knightmoves from A376736 %o A376737 a376737(n) = denominator(droprob(n, knightmoves, 8)) %Y A376737 A376736 are the corresponding numerators. %K A376737 nonn,frac %O A376737 1,3 %A A376737 _Hugo Pfoertner_, Oct 03 2024