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!)
A161012 Decimal expansion of tan(1/3). 2

%I #13 Jun 27 2023 03:20:31

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

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

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

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

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

%H Harry J. Smith, <a href="/A161012/b161012.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.346253549510575491038543565609740774595703916189800217976444064898597...

%t RealDigits[Tan[1/3], 10, 120][[1]] (* _Amiram Eldar_, Jun 27 2023 *)

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

%Y Cf. A019426 (continued fraction).

%K cons,nonn

%O 0,1

%A _Harry J. Smith_, Jun 13 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 March 28 12:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)