|
Search: id:A110990
|
|
|
| A110990 |
|
Decimal expansion of Zeta(Zeta(7)). |
|
+0 1
|
|
| 1, 2, 0, 3, 4, 8, 6, 6, 7, 4, 2, 7, 6, 0, 4, 2, 1, 4, 6, 1, 1, 6, 3, 3, 9, 3, 2, 4, 1, 3, 3, 2, 9, 1, 1, 2, 3, 0, 6, 9, 8, 6, 7, 5, 3, 9, 9, 2, 7, 2, 5, 9, 4, 1, 9, 6, 1, 8, 7, 1, 5, 2, 4, 6, 4, 7, 8, 4, 8, 6, 0, 2, 6, 5, 9, 6, 0, 2, 2, 6, 7, 9, 3, 7, 9, 7, 9, 7, 6, 8, 2, 5, 3, 8, 8, 9, 2, 3, 0
(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
|
Sequence in context: A066246 A109921 A139637 this_sequence A035347 A094126 A038072
Adjacent sequences: A110987 A110988 A110989 this_sequence A110991 A110992 A110993
|
|
KEYWORD
|
easy,nonn,cons
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Sep 30 2005
|
|
|
Search completed in 0.002 seconds
|