A361826 a(n) is equal to the number of roots of the equation n*cos(x) = sqrt(x).
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
Keywords
Examples
a(4) = 5 because the equation 4*cos(x) = sqrt(x) has 5 roots. See link.
Links
- Nicolay Avilov, Illustration for a(4).
Crossrefs
Cf. A178832.
Formula
Conjecture: a(n) = 2*floor(n^2/(2*Pi)) + 1.
Comments