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.

A340177 Decimal expansion of Sum_{i>=1} sin(1/i)^i.

Original entry on oeis.org

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

Views

Author

Jason Wang, Dec 30 2020

Keywords

Examples

			1.1104262033586488019499269757840809201623747399117220...
		

Programs

  • Maple
    evalf[132](sum(sin(1/i)^i, i = 1 .. infinity));
  • PARI
    suminf(i=1,sin(1/i)^i) \\ Hugo Pfoertner, Dec 30 2020