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.

A105375 Primes from merging of 2 successive digits in decimal expansion of Zeta(2) or (Pi^2)/6.

This page as a plain text file.
%I A105375 #14 Feb 16 2025 08:32:57
%S A105375 43,47,41,89,89,67,79,43,37,73,29,37,47,73,83,89,61,19,97,53,43,31,89,
%T A105375 23,37,71,19,67,79,79,29,83,31,17,73,67,47,79,11,79,89,23,61,19,19,23,
%U A105375 67,97,71,89,59,47,83,59,83,31,79,29,47,19,97,79,47,73,59,83,37,89,89
%N A105375 Primes from merging of 2 successive digits in decimal expansion of Zeta(2) or (Pi^2)/6.
%H A105375 Vincenzo Librandi, <a href="/A105375/b105375.txt">Table of n, a(n) for n = 1..1000</a>
%H A105375 The first <a href="http://www.worldwideschool.org/library/books/sci/math/MiscellaneousMathematicalConstants/chap96.html">10,000 digits of Zeta(2)</a> as calculated by _Simon Plouffe_ at WorldWideSchool.org.
%H A105375 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/RiemannZetaFunction.html">Riemann Zeta Functions</a>.
%t A105375 Select[FromDigits /@ Partition[RealDigits[Zeta[2], 10, 500][[1]], 2, 1], # > 9 && PrimeQ[#] &] (* _Vincenzo Librandi_, Apr 27 2013 *)
%Y A105375 Cf. A013661.
%K A105375 nonn,base
%O A105375 1,1
%A A105375 Andrew G. West (WestA(AT)wlu.edu), Apr 02 2005
%E A105375 Changed offset from 0 to 1 by _Vincenzo Librandi_, Apr 27 2013