cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A351164 Decimal expansion of gamma * BesselI(0,2) + BesselK(0,2).

This page as a plain text file.
%I A351164 #5 Feb 04 2022 03:58:31
%S A351164 1,4,2,9,7,0,6,2,1,8,7,3,7,2,0,8,3,1,3,1,8,6,7,4,6,5,6,5,5,4,5,2,8,0,
%T A351164 9,5,7,7,3,7,2,7,7,8,9,6,8,3,9,9,2,0,3,4,6,8,7,2,4,0,9,1,3,3,9,1,8,9,
%U A351164 8,2,5,1,8,7,3,1,0,9,6,5,4,3,4,8,8,7,4,9,8,0,6,1,1,8,1,7,2,4,3,4,0,1,6,4,9,4,0,4,8,4
%N A351164 Decimal expansion of gamma * BesselI(0,2) + BesselK(0,2).
%F A351164 Equals Sum_{k>=1} H(k) / (k!)^2, where H(k) is the k-th harmonic number.
%e A351164 1.4297062187372083131867465655452809577372778968399203468724...
%t A351164 RealDigits[EulerGamma BesselI[0, 2] + BesselK[0, 2], 10, 110] [[1]]
%Y A351164 Cf. A001008, A001044, A001620, A002805, A070910, A152648, A347952.
%K A351164 nonn,cons
%O A351164 1,2
%A A351164 _Ilya Gutkovskiy_, Feb 03 2022