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.

A263493 Decimal expansion of the generalized hypergeometric function 3F2(1/2, 3/2, 5/2; 2, 2;x) at x=1/4.

Original entry on oeis.org

1, 1, 4, 4, 1, 5, 4, 4, 0, 5, 6, 4, 0, 2, 6, 0, 5, 5, 4, 6, 4, 9, 2, 6, 2, 8, 2, 9, 2, 8, 7, 7, 9, 6, 2, 4, 4, 6, 8, 2, 6, 3, 6, 9, 1, 0, 3, 0, 5, 7, 6, 8, 1, 4, 2, 8, 0, 9, 8, 6, 7, 8, 4, 5, 5, 1, 2, 8, 0, 3, 9, 5, 4, 8, 2, 1, 4, 1, 5, 4, 3, 4, 7, 9, 2, 7, 6, 5, 6, 8, 5, 9, 2, 8, 2, 5, 7, 7, 3, 7, 4, 4, 5, 1, 6, 7, 7, 4, 5, 3, 1, 6, 0, 2, 9, 9, 4
Offset: 1

Views

Author

R. J. Mathar, Oct 19 2015

Keywords

Comments

Multiplication with 3*Pi^2/64 gives 0.529328... = integral_{x=0..infinity} x*I_1(x)*K_1(x)^2 dx, where I and K are Modified Bessel Functions.

Examples

			1.1441544056402605546492628292877...
		

Programs

  • Mathematica
    RealDigits[HypergeometricPFQ[{1/2, 3/2, 5/2}, {2, 2}, 1/4], 10, 120][[1]] (* Vaclav Kotesovec, Apr 10 2016 *)