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.

A256098 Denominators for the numerators A256097.

Original entry on oeis.org

1, 2, 1, 1, 4, 2, 4, 1, 1, 6, 3, 2, 3, 6, 1, 1, 8, 4, 8, 2, 8, 4, 8, 1, 1, 10, 5, 10, 5, 2, 5, 10, 5, 10, 1, 1, 12, 6, 4, 3, 12, 2, 12, 3, 4, 6, 12, 1, 1, 14, 7, 14, 7, 14, 7, 2, 7, 14, 7, 14, 7, 14, 1, 1, 16, 8, 16, 4, 16, 8, 16, 2, 16, 8, 16, 4, 16, 8, 16, 1
Offset: 1

Views

Author

Wolfdieter Lang, Mar 24 2015

Keywords

Comments

The corresponding numerators are given in A256097.
See A256097 for comments, references and links.

Examples

			See A256097.
		

Crossrefs

Programs

Formula

a(n) = denominator(R(n)), with the rational (in lowest terms) R(n) = f(n) + (n - f(n)^2)/(2*f(n)) = (f(n) + n/f(n))/2 with f(n) := floor(sqrt(n)) = A000196(n), for n >= 1.

Extensions

a(61)-a(80) from Stefano Spezia, Feb 15 2025