|
| |
|
|
A176341
|
|
x[i] = the location of the first appearance of the decimal expression of i in the decimal expansion of pi.
|
|
0
|
|
|
|
32, 1, 6, 0, 2, 4, 7, 13, 11, 5, 49, 94, 148, 110, 1, 3, 40, 95, 424, 37, 53, 93, 135, 16, 292, 89, 6, 28, 33, 186, 64, 0, 15, 24, 86, 9, 285, 46, 17, 43, 70, 2, 92, 23, 59, 60, 19, 119, 87, 57, 31, 48, 172, 8, 191, 130, 210, 404, 10, 4, 127, 219, 20, 312, 22, 7, 117, 98, 605, 41
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,1
|
|
|
COMMENTS
|
It is unknown whether Pi is a normal number. If it is (at least in base 10) then this sequence is well defined.
|
|
|
LINKS
|
Table of n, a(n) for n=0..69.
Michael D. Huberty, Ko Hayashi & Chia Vang, First 100,000 digits of pi
Author?, Search within first 200,000,000 digits of pi
_Simon Plouffe_, First 50,000,000 digits of pi
|
|
|
PROG
|
(Python) pi = "3141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117067982148086513282..." [ pi.find(str(i)) for i in range(10000) ]
|
|
|
CROSSREFS
|
Sequence in context: A062543 A086820 A174923 * A014777 A134203 A221193
Adjacent sequences: A176338 A176339 A176340 * A176342 A176343 A176344
|
|
|
KEYWORD
|
base,nonn
|
|
|
AUTHOR
|
Daniel E. Loeb, Apr 15 2010
|
|
|
STATUS
|
approved
|
| |
|
|