A242703 Decimal expansion of sqrt(7)/2.
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, 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, 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
Offset: 1
Examples
1.32287565553229529525...
Links
- Iain Fox, Table of n, a(n) for n = 1..20000 (first 1000 terms from Ivan Panchenko)
Programs
-
Mathematica
RealDigits[Sqrt[7]/2, 10, 100][[1]]
-
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
Formula
(1/2 - sqrt(-7)/2)(1/2 + sqrt(-7)/2) = 2.
Equals A010465/2. - R. J. Mathar, Feb 23 2021
Comments