|
Search: id:A110987
|
|
|
| A110987 |
|
Decimal expansion of Zeta(Zeta(4)). |
|
+0 1
|
|
| 1, 2, 7, 3, 0, 4, 1, 6, 1, 3, 6, 8, 7, 3, 7, 0, 6, 1, 4, 1, 9, 0, 5, 6, 5, 0, 5, 5, 3, 2, 1, 8, 3, 5, 6, 2, 1, 3, 7, 9, 5, 1, 1, 3, 0, 4, 5, 2, 7, 7, 1, 0, 9, 7, 9, 2, 1, 9, 0, 0, 2, 4, 5, 3, 0, 9, 0, 9, 5, 8, 5, 6, 8, 0, 5, 8, 5, 7, 9, 3, 5, 4, 5, 8, 6, 6, 9, 7, 2, 2, 4, 3, 4, 7, 1, 8, 0, 2, 3
(list; cons; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
FORMULA
|
Zeta(s) = Sum(1/n^s, n=1, 2, ..inf).
|
|
PROGRAM
|
(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
|
Adjacent sequences: A110984 A110985 A110986 this_sequence A110988 A110989 A110990
Sequence in context: A088666 A089123 A100489 this_sequence A019703 A124910 A090388
|
|
KEYWORD
|
easy,nonn,cons
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Sep 30 2005
|
|
|
Search completed in 0.002 seconds
|