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!)
A109407 In decimal expansion of Pi, positions of ends of minimal sublists each containing all decimal digits at least once. 3
33, 51, 70, 97, 112, 139, 182, 210, 246, 289, 306, 329, 347, 363, 406, 450, 472, 506, 528, 551, 582, 601, 637, 666, 688, 705, 740, 758, 793, 852, 895, 918, 995, 1016, 1076, 1118, 1156, 1193, 1229, 1272, 1300, 1321, 1341, 1367, 1407, 1433, 1450, 1488, 1512 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Essentially accumulating sums in A104781, but simpler Mmca code.
LINKS
MATHEMATICA
p=RealDigits[N[Pi, 10000]][[1]]; r=Range[0, 9]; bb={}; s={}; Do[AppendTo[s, p[[i]]]; If[Complement[r, s]== {}, AppendTo[bb, i]; s={}], {i, 1, 10000}]; A109407=bb
CROSSREFS
Cf. A104781.
Sequence in context: A034815 A014976 A364286 * A204374 A261107 A211141
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Jun 27 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 28 09:37 EDT 2024. Contains 372025 sequences. (Running on oeis4.)