login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161016 Decimal expansion of tan(1/7). 2

%I #13 May 14 2019 21:35:45

%S 1,4,3,8,3,6,9,5,9,4,3,6,1,9,0,9,3,5,2,8,0,0,3,0,5,9,9,1,3,5,6,2,3,3,

%T 4,4,9,8,7,5,6,8,1,6,9,6,7,3,8,8,8,5,3,9,3,3,0,8,7,1,0,0,1,6,5,3,1,8,

%U 6,4,4,4,9,9,4,6,1,4,5,3,6,3,4,8,4,9,8,7,3,6,8,3,9,2,6,8,2,6,8,4,3,9,5,4,5

%N Decimal expansion of tan(1/7).

%C By the Lindemann-Weierstrass theorem, this constant is transcendental. - _Charles R Greathouse IV_, May 13 2019

%H Harry J. Smith, <a href="/A161016/b161016.txt">Table of n, a(n) for n = 0..20000</a>

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%e 0.143836959436190935280030599135623344987568169673888539330871001653186...

%t RealDigits[Tan[1/7],10,120][[1]] (* _Harvey P. Dale_, Dec 11 2016 *)

%o (PARI) default(realprecision, 20080); x=10*tan(1/7); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b161016.txt", n, " ", d));

%Y Cf. A019430 Continued fraction.

%K cons,nonn

%O 0,2

%A _Harry J. Smith_, Jun 14 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)