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!)
A101298 Bisection of A098801 (decimal expansion of Pi + 1/Pi). 1

%I #9 May 21 2018 13:56:30

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

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

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

%N Bisection of A098801 (decimal expansion of Pi + 1/Pi).

%p nmax := 200: Digits := 2*nmax: A101298 := proc(n) floor(10^(2*n)*evalf(Pi+1.0/Pi)) mod 10; end: seq(A101298(n),n=0..nmax-10) ; # _R. J. Mathar_, Mar 12 2008

%t Take[RealDigits[Pi+1/Pi,10,220][[1]],{1,-1,2}] (* _Harvey P. Dale_, May 21 2018 *)

%K nonn,easy,base

%O 0,1

%A Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Dec 22 2004

%E More terms from _R. J. Mathar_, Mar 12 2008

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 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)