VOOZH about

URL: https://oeis.org/A376737

⇱ A376737 - OEIS


login
A376737
a(n) is the denominator corresponding to A376736(n).
5
1, 1, 3, 43, 167, 1017, 213488, 51901, 21578387, 106983448, 1524134453409, 212520825762723, 118603854051948819, 328857354494351169, 1131079058617495914656969, 35636007162246675331778279, 792054341291879335697891524219, 174615658931159537184638645409827, 407432375846003705593053861468274012573
OFFSET
1,3
LINKS
EXAMPLE
1/1, 1/1, 4/3, 62/43, 269/167, 1766/1017, 395497/213488, 101338/51901, ...
PROG
(PARI) \\ Uses function droprob from A376606 and definition of knightmoves from A376736
a376737(n) = denominator(droprob(n, knightmoves, 8))
CROSSREFS
A376736 are the corresponding numerators.
Sequence in context: A281503 A030990 A306970 * A054698 A229695 A060559
KEYWORD
nonn,frac
AUTHOR
Hugo Pfoertner, Oct 03 2024
STATUS
approved