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.

A118329 Catalan-primes: primes formed from the concatenation of initial decimal digits of Catalan's constant.

Original entry on oeis.org

9159655941772190150546035149323841107741493742816721
Offset: 1

Views

Author

Eric W. Weisstein, Apr 25 2006

Keywords

Comments

Next term has 276 digits and so is too large to include.

Examples

			C = 0.915965594177... and the 52-digit number a(1) = 9159655941772190150546035149323841107741493742816721 is prime.
		

Crossrefs

Programs

  • Mathematica
    Select[Floor[Catalan*10^Range[0, 300]], PrimeQ] (* Amiram Eldar, Jul 09 2025 *)

Formula

a(n) = floor(A006752 * 10^(A118328(n)-1)). - Amiram Eldar, Jul 09 2025

Extensions

Edited by Charles R Greathouse IV, Apr 27 2010