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.

A242703 Decimal expansion of sqrt(7)/2.

This page as a plain text file.
%I A242703 #38 Feb 23 2021 10:55:15
%S A242703 1,3,2,2,8,7,5,6,5,5,5,3,2,2,9,5,2,9,5,2,5,0,8,0,7,8,7,6,8,1,9,6,3,0,
%T A242703 2,1,2,8,5,5,1,2,9,5,9,1,5,4,1,2,2,5,0,9,0,1,8,4,1,6,7,2,2,9,6,0,0,5,
%U A242703 3,4,4,1,1,6,1,5,1,4,1,8,1,3,8,8,0,1,9,6,4,4,3,2,3,7,2,7
%N A242703 Decimal expansion of sqrt(7)/2.
%C A242703 Absolute value of the imaginary part of any of the nontrivial divisors of 2 in O_Q(sqrt(-7)).
%C A242703 The incircle of a triangle with sides of lengths 4, 5, 6 units respectively has a radius of sqrt(7)/2.
%C A242703 With a different offset, decimal expansion of 5 * sqrt(7).
%C A242703 From _Wolfdieter Lang_, Nov 18 2017: (Start)
%C A242703 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.
%C A242703 The continued fraction expansion of sqrt(7)/2 is 1, repeat(3, 10, 3, 2). The convergents are given in A294972/A294973. (End)
%H A242703 Iain Fox, <a href="/A242703/b242703.txt">Table of n, a(n) for n = 1..20000</a> (first 1000 terms from Ivan Panchenko)
%F A242703 (1/2 - sqrt(-7)/2)(1/2 + sqrt(-7)/2) = 2.
%F A242703 Equals A010465/2. - _R. J. Mathar_, Feb 23 2021
%e A242703 1.32287565553229529525...
%t A242703 RealDigits[Sqrt[7]/2, 10, 100][[1]]
%o A242703 (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
%Y A242703 Cf. A010527, A020837, A040022, A294972/A294973.
%K A242703 easy,cons,nonn
%O A242703 1,2
%A A242703 _Alonso del Arte_, May 20 2014