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.

A092731 Decimal expansion of Pi^5.

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 12 2004

Keywords

Examples

			306.0196847852814532
		

Crossrefs

Programs

Formula

From Peter Bala, Oct 31 2019: (Start)
Pi^5 = (4!/(2*305)) * Sum_{n >= 0} (-1)^n*( 1/(n + 1/6)^5 + 1/(n + 5/6)^5 ), where 305 = ((3^5 + 1)/4)*A000364(2) = A002437(2).
Pi^5 = (4!/(2*3905)) * Sum_{n >= 0} (-1)^n*( 1/(n + 1/10)^5 - 1/(n + 3/10)^5 - 1/(n + 7/10)^5 + 1/(n + 9/10)^5 ), where 3905 = ((5^5 - 1)/4)*A000364(2).
Cf. A019692, A091925 and A092735. (End)