|
| |
|
|
A110988
|
|
Decimal expansion of Zeta(Zeta(5)).
|
|
0
|
|
|
|
2, 7, 6, 5, 9, 8, 0, 0, 2, 2, 7, 3, 6, 4, 2, 2, 6, 5, 9, 4, 7, 0, 2, 5, 2, 3, 5, 2, 4, 5, 2, 8, 8, 6, 5, 9, 6, 7, 5, 3, 7, 1, 0, 2, 5, 2, 7, 7, 5, 8, 3, 2, 5, 8, 3, 2, 5, 8, 7, 0, 4, 4, 8, 8, 6, 5, 4, 7, 8, 9, 6, 4, 6, 9, 6, 7, 3, 9, 2, 2, 7, 0, 8, 1, 7, 1, 8, 1, 5, 4, 3, 7, 3, 8, 3, 0, 8, 8, 6
(list;
constant;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Table of n, a(n) for n=1..99.
|
|
|
FORMULA
|
Zeta(s) = Sum(1/n^s, n=1, 2, ..inf).
|
|
|
PROG
|
(PARI) zeta2(v, n) = \ v = value, n=number of places { local(y, x, l, z1); z1=zeta(v); l=length(Str(floor(z1))); \ length of the integer part y=Vec(Str(z1)); for(x=1, l, \ to the left of decimal point print1(y[x]", "); ); for(x=l+2, n, print1(y[x]", ") \ to the right of the decimal point ) }
|
|
|
CROSSREFS
|
Sequence in context: A175477 A011263 A074067 * A047224 A127817 A199173
Adjacent sequences: A110985 A110986 A110987 * A110989 A110990 A110991
|
|
|
KEYWORD
|
easy,nonn,cons
|
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Sep 30 2005
|
|
|
STATUS
|
approved
|
| |
|
|