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!)
A109211 In the decimal expansion of Pi, positions of the final digit of subsequences with total sum = 100. 2
21, 37, 47, 48, 57, 60, 63, 69, 74, 75, 85, 85, 88, 89, 91, 95, 118, 121, 126, 132, 134, 139, 141, 146, 150, 151, 156, 163, 164, 167, 171, 173, 173, 178, 180, 182, 186, 186, 187, 189, 189, 192, 194, 195, 198, 202, 203, 205, 210, 218, 220, 227, 227, 233, 253 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A109210(n) + A109212(n) - 1. [corrected by Jinyuan Wang, Mar 22 2020]
PROG
(PARI) default(realprecision, 101000); v=digits(floor(Pi*10^10^5));
lista(nn) = {my(x=21, s=103); for(k=2, nn, s-=v[k-1]; if(s==100, print1(x, ", "), while(s<100, s+=v[x++]); if(s==100, print1(x, ", ")))); } \\ Jinyuan Wang, Mar 22 2020
CROSSREFS
Sequence in context: A043759 A043768 A083567 * A224701 A050782 A061906
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Jun 22 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)