[seqfan] How to calculate oblong root?

Alonso Del Arte alonso.delarte at gmail.com
Mon Jun 22 03:47:43 CEST 2015


The principal square root function is a function that is useful not only in
mathematics but in many sciences. The principal oblong root function is
significantly less useful, but once in a while it comes in handy, as in for
example, the oblong number equivalent of A048761, the smallest square
greater than or equal to n.

If n is an integer of the form m * (m + 1) or m^2 + m with m also an
integer, then oblongroot(n) = m. But if n is not of that form, then
oblongroot(n) returns some number, possibly irrational, such that
floor(oblongroot(n)) * ceiling(oblongroot(n)) is the smallest oblong number
greater than n.

Maybe the formula for oblongroot(n) is very easy, but at the moment, I
don't see what it is.

Al

P.S. The secondary oblong root is a negative integer of the form -(m + 1),
e.g., -5 is the secondary oblong root for 20.

-- 
Alonso del Arte
Author at SmashWords.com
<https://www.smashwords.com/profile/view/AlonsoDelarte>
Musician at ReverbNation.com <http://www.reverbnation.com/alonsodelarte>



More information about the SeqFan mailing list