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.

A361826 a(n) is equal to the number of roots of the equation n*cos(x) = sqrt(x).

Original entry on oeis.org

1, 1, 3, 5, 7, 11, 15, 21, 25, 31, 39, 45, 53, 63, 71, 81, 91, 103, 115, 127, 141, 155, 169, 183, 199, 215, 233, 249, 267, 287, 305, 325, 347, 367, 389, 413, 435, 459, 485, 509, 535, 561, 589, 617, 645, 673, 703, 733, 765, 795, 827, 861, 895, 929, 963, 999, 1035
Offset: 1

Views

Author

Nicolay Avilov, Mar 27 2023

Keywords

Comments

The number of roots of the equation is determined graphically. It is equal to the number of intersection points of two graphs: y = n*cos(x) and y = sqrt(x).

Examples

			a(4) = 5 because the equation 4*cos(x) = sqrt(x) has 5 roots. See link.
		

Crossrefs

Cf. A178832.

Formula

Conjecture: a(n) = 2*floor(n^2/(2*Pi)) + 1.