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.

A134130 Primes in A134125.

This page as a plain text file.
%I A134130 #7 Apr 30 2024 01:47:38
%S A134130 5,5,7,11,107,7104697,232483021,14591939203
%N A134130 Primes in A134125.
%F A134130 A134125 INTERSECT A000040. - _R. J. Mathar_, Oct 24 2007
%o A134130 (PARI) lista(pmax) = {my(k = 0, s = 2); forprime(p = 3, pmax, k++; s += p; if(!(s % k) && isprime(s/k), print1(s/k, ", ")));} \\ _Amiram Eldar_, Apr 30 2024
%Y A134130 Cf. A000040, A134125, A134126, A134127, A134128, A134129.
%K A134130 nonn,more
%O A134130 1,1
%A A134130 _Enoch Haga_, Oct 09 2007
%E A134130 Better definition from _R. J. Mathar_, Oct 24 2007
%E A134130 a(7)-a(8) from _Amiram Eldar_, Apr 30 2024