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!)
A066795 Inverted decimal expansion of Pi. 2
11, 2, -11, -3, 4, -7, -28, 7, -12, -3, -3, -4, -3, 5, 3, 8, -3, 26, -8, 4, -7, 15, 6, 8, -4, 5, 4, -4, -3, -347, 2, 4, -3, -3, 12, 3, -3, -5, 3, -6, -3, 9, -3, -3, 8, -4, -95, 2, 2, -13, -4, 3, 2, -3, -5, 180, -3, 18, 24, -11, -3, 3, 5, 2, -4, -4, 2, -8, 10, 2, -8, 4, -3, -9, 3, 2, -3, -3, -3, -3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(1/(1/2-10^n*Pi+floor(10^n*Pi))).
MATHEMATICA
A066795[n_]:=Floor[1/(1/2-10^n*Pi+Floor[10^n*Pi])]; Array[A066795, 100] (* Paolo Xausa, Nov 22 2023 *)
PROG
(PARI) a(n)=floor(1/(1/2-10^n*Pi+floor(10^n*Pi))); \\ Michel Marcus, Nov 20 2013
CROSSREFS
Sequence in context: A367812 A284212 A273877 * A079366 A351653 A226110
KEYWORD
sign,base
AUTHOR
Benoit Cloitre, Jan 18 2002
STATUS
approved

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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)