The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A065529 "Inverted" decimal expansion of Pi. 1

%I #14 Nov 22 2013 14:03:40

%S 2,6,1,1,3,1,1,2,1,1,1,1,1,3,4,2,1,2,1,3,1,2,2,2,1,3,3,1,1,1,34,3,1,1,

%T 2,5,1,1,5,1,1,2,1,1,2,1,1,9,17,1,1,4,10,1,1,2,1,2,2,1,1,4,3,12,1,1,6,

%U 1,2,15,1,3,1,1,4,11,1

%N "Inverted" decimal expansion of Pi.

%F a(1) = 2, a(n) = floor(1/(10^n*Pi-floor(10^n*Pi))).

%o (PARI) a(n) = floor(1/(10^n*Pi-floor(10^n*Pi))); \\ _Michel Marcus_, Nov 20 2013

%Y Cf. A066795.

%K nonn,base

%O 1,1

%A _Benoit Cloitre_, Nov 27 2001

%E Typo in data corrected by _Michel Marcus_, Nov 20 2013

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 May 24 15:22 EDT 2024. Contains 372778 sequences. (Running on oeis4.)