A131585 Concatenation of first n numbers of the decimal expansion of imaginary part of 3rd nontrivial zero of Riemann zeta function.
2, 25, 250, 2501, 25010, 250108, 2501085, 25010857, 250108575, 2501085758, 25010857580, 250108575801, 2501085758014, 25010857580145, 250108575801456, 2501085758014568, 25010857580145688, 250108575801456887
Offset: 0
Programs
-
Mathematica
Module[{nn=30,zz3},zz3=RealDigits[Im[ZetaZero[3]],10,nn][[1]];Table[FromDigits[Take[zz3,n]],{n,nn}]] (* Harvey P. Dale, Feb 03 2025 *)