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.

A376610 a(n) is the denominator corresponding to A376609(n).

Original entry on oeis.org

1, 5, 35, 19, 8723, 31879, 3797647, 46627015, 46174521031, 476162538587, 15682351095751655, 33959335630630535, 9299679062615813936051, 136414995946010125, 601830836638387694170497793, 26847490207486334339335997, 1114246119072163102989483761615244013, 1430040019838636422092747945537920663
Offset: 1

Views

Author

Hugo Pfoertner, Oct 03 2024

Keywords

Examples

			1, 8/5, 72/35, 46/19, 23747/8723, 94968/31879, 12161644/3797647, 158536576/46627015, 165181795263/46174521031, ...
		

Crossrefs

A376609 are the corresponding numerators.

Programs

  • PARI
    \\ Uses function droprob from A376606 and definition of kingmoves from A376609
    a376610(n) = denominator(droprob(n, kingmoves, 8))