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.

A376607 a(n) is the denominator corresponding to A376606(n).

Original entry on oeis.org

1, 1, 4, 3, 26, 29, 136, 901, 36562, 89893, 1972460, 5758715, 5465775058, 22687425, 23740281872, 97725875584681, 868245469442, 27985118605791989, 73925970047640596, 858944872773025112243, 146251429177204071216521962, 3844747107219467355553841461, 4817425173757369027231100024
Offset: 1

Views

Author

Ruediger Jehn and Hugo Pfoertner, Oct 03 2024

Keywords

Examples

			1/1, 2/1, 11/4, 10/3, 99/26, 122/29, 619/136, 4374/901, 187389/36562, 482698/89893, ...
		

Crossrefs

A376606 are the corresponding numerators.

Programs

  • PARI
    \\ Uses function droprob from A376606
    a376607(n) = denominator(droprob(n))