OFFSET
1,2
COMMENTS
Absolute value of the imaginary part of any of the nontrivial divisors of 2 in O_Q(sqrt(-7)).
The incircle of a triangle with sides of lengths 4, 5, 6 units respectively has a radius of sqrt(7)/2.
With a different offset, decimal expansion of 5 * sqrt(7).
From Wolfdieter Lang, Nov 18 2017: (Start)
In a regular hexagon inscribed in a circle with a radius of 1 unit the three distinct distances between any vertex and the middle of the sides are 1/2, sqrt(7)/2 and sqrt(13)/2.
LINKS
Iain Fox, Table of n, a(n) for n = 1..20000 (first 1000 terms from Ivan Panchenko)
FORMULA
(1/2 - sqrt(-7)/2)(1/2 + sqrt(-7)/2) = 2.
Equals A010465/2. - R. J. Mathar, Feb 23 2021
EXAMPLE
1.32287565553229529525...
MATHEMATICA
RealDigits[Sqrt[7]/2, 10, 100][[1]]
PROG
(PARI) { default(realprecision, 20080); x=sqrt(7)/2; for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b242703.txt", n, " ", d)); } \\ Iain Fox, Nov 18 2017
CROSSREFS
KEYWORD
AUTHOR
Alonso del Arte, May 20 2014
STATUS
approved