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.

A171759 Decimal expansion of limit sqrt(2*sqrt(3*sqrt(5*sqrt(7*sqrt(11*...sqrt(prime(n))...))))).

Original entry on oeis.org

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

Views

Author

Zak Seidov, Dec 17 2009

Keywords

Examples

			3.0209406156579810285918984039129839338566639519054579903275222722773436019339...
		

Programs

  • Mathematica
    f:= Product[Prime[n]^(1/2^n), {n, 1, 700}]; RealDigits[f, 10, 50][[1]] (* G. C. Greubel, Apr 04 2018 *)

Formula

Equals Product_{n>=1} prime(n)^(1/2^n).