The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110992 Decimal expansion of Zeta(Zeta(9)). 0
4, 9, 8, 4, 8, 7, 9, 2, 3, 5, 1, 4, 0, 6, 4, 8, 3, 7, 6, 7, 5, 9, 3, 8, 9, 9, 9, 8, 9, 3, 2, 5, 4, 8, 0, 9, 3, 7, 3, 2, 3, 8, 5, 3, 2, 8, 7, 6, 4, 9, 2, 5, 5, 4, 2, 6, 2, 4, 5, 4, 5, 0, 0, 1, 9, 2, 7, 9, 3, 0, 5, 4, 9, 4, 7, 1, 0, 8, 2, 1, 7, 9, 9, 9, 8, 1, 9, 5, 9, 4, 9, 0, 4, 5, 3, 2, 1, 8, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
FORMULA
Zeta(s) = Sum(1/n^s, n=1, 2, ..inf).
EXAMPLE
498.487923...
MATHEMATICA
First[RealDigits[Zeta[Zeta[9]], 10, 100]] (* Paolo Xausa, Mar 19 2024 *)
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
Cf. A013667.
Sequence in context: A366174 A198548 A134902 * A199203 A370565 A370567
KEYWORD
easy,nonn,cons
AUTHOR
Cino Hilliard, Sep 30 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 10:16 EDT 2024. Contains 373162 sequences. (Running on oeis4.)