login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A371335
Decimal expansion of zeta(5/3).
1
2, 1, 2, 3, 5, 2, 2, 9, 6, 8, 8, 5, 7, 5, 8, 3, 4, 9, 1, 5, 8, 7, 3, 7, 2, 5, 8, 8, 9, 7, 1, 2, 2, 9, 5, 3, 8, 1, 8, 5, 5, 4, 9, 6, 9, 0, 2, 1, 5, 0, 0, 9, 3, 3, 6, 8, 4, 7, 0, 1, 0, 0, 2, 9, 8, 9, 2, 7, 6, 1, 5, 3, 6, 6, 5, 8, 8, 2, 1, 9, 6, 7, 2, 4, 4, 5, 4, 8, 7, 8, 4, 4
OFFSET
1,1
EXAMPLE
2.1235229688575834915873...
MAPLE
Zeta(5/3) ; evalf(%) ;
MATHEMATICA
First[RealDigits[Zeta[5/3], 10, 100]] (* Paolo Xausa, Mar 20 2024 *)
PROG
(PARI) zeta(5/3)
CROSSREFS
Sequence in context: A117673 A107946 A054502 * A059346 A259439 A274491
KEYWORD
nonn,cons
AUTHOR
R. J. Mathar, Mar 19 2024
STATUS
approved