cp's OEIS Frontend

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.

A376737 a(n) is the denominator corresponding to A376736(n).

Original entry on oeis.org

1, 1, 3, 43, 167, 1017, 213488, 51901, 21578387, 106983448, 1524134453409, 212520825762723, 118603854051948819, 328857354494351169, 1131079058617495914656969, 35636007162246675331778279, 792054341291879335697891524219, 174615658931159537184638645409827, 407432375846003705593053861468274012573
Offset: 1

Views

Author

Hugo Pfoertner, Oct 03 2024

Keywords

Examples

			1/1, 1/1, 4/3, 62/43, 269/167, 1766/1017, 395497/213488, 101338/51901, ...
		

Crossrefs

A376736 are the corresponding numerators.

Programs

  • PARI
    \\ Uses function droprob from A376606 and definition of knightmoves from A376736
    a376737(n) = denominator(droprob(n, knightmoves, 8))