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.

A269430 Decimal expansion of (1 + Pi)/2.

Original entry on oeis.org

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

Views

Author

Jani Melik, Feb 26 2016

Keywords

Examples

			2.0707963267948966192313216916397514420985846996875529...
		

Crossrefs

Programs

  • PARI
    (1 + Pi)/2 \\ Altug Alkan, Apr 07 2016
  • Sage
    N((1+pi)/2, digits=110)
    

Formula

Equals A096444 + 1 or A019669 + 1/2.
Equals Sum_{k>=0} 2^k/binomial(2*k+2,k). - Amiram Eldar, Jun 30 2020