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!)
A108534 Weak digits in the decimal expansion of Pi. 3
1, 1, 2, 3, 5, 7, 3, 2, 3, 4, 2, 4, 3, 3, 3, 2, 0, 2, 4, 1, 1, 3, 3, 1, 0, 2, 0, 4, 4, 4, 5, 2, 0, 1, 0, 2, 2, 0, 2, 0, 4, 2, 3, 2, 1, 1, 0, 7, 2, 1, 4, 0, 6, 1, 2, 2, 0, 4, 0, 3, 4, 4, 0, 5, 0, 2, 2, 1, 2, 3, 5, 4, 0, 1, 2, 4, 1, 1, 4, 0, 2, 4, 1, 0, 2, 0, 1, 3, 2, 1, 0, 5, 6, 4, 4, 2, 2, 4, 5, 4, 3, 0, 3, 1, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Cf. A108533 (strong digits), A108535 (positions of balanced digits). In the decimal expansion of Pi, balanced digits are much more rare than weak or strong ones.
LINKS
MATHEMATICA
re=RealDigits[N[Pi, 300]][[1]]; b={}; Do[r=re[[n]]; If[r<(re[[n-1]]+re[[n+1]])/2, b=Append[b, r]], {n, 2, 299}]; A108534=b
CROSSREFS
Sequence in context: A126051 A115260 A143950 * A039706 A156208 A239695
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Jun 08 2005
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)