|
| |
|
|
A106043
|
|
First 9 free digit in the fractional part of the decimal expansion of (1/1000^n)^(1/1000^n).
|
|
0
|
|
|
|
0, 3, 8, 7, 7, 6, 5, 5, 4, 3, 3, 2, 1, 1, 0, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
0,2
|
|
|
LINKS
|
Table of n, a(n) for n=0..104.
|
|
|
PROG
|
(PARI) zerotozero(n) = { local(x, y, z, v, j); for(x=0, n, y=1000^x; v=(1./y)^(1/y); z=Vec(Str(v)); for(j=3, n, if(z[j]<>"9", print1(z[j]", "); break) ) ) }
|
|
|
CROSSREFS
|
Sequence in context: A021262 A197842 A153020 * A202478 A193720 A011255
Adjacent sequences: A106040 A106041 A106042 * A106044 A106045 A106046
|
|
|
KEYWORD
|
base,nonn,uned
|
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), May 06 2005
|
|
|
STATUS
|
approved
|
| |
|
|