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.

A139325 Triangle read by rows: T(n,k) = number of primes in the k-th row of the square of the first n^2 odd numbers written consecutively in rows of length n, 1<=k<=n.

This page as a plain text file.
%I A139325 #2 Mar 30 2012 18:51:00
%S A139325 0,1,2,2,2,2,3,2,3,2,3,4,2,2,3,4,4,2,4,2,3,5,3,4,3,3,4,2,5,5,4,3,4,2,
%T A139325 5,2,6,4,5,4,4,4,2,4,3,7,4,5,5,3,5,4,3,4,5,7,6,4,5,6,3,4,4,5,2,6,8,6,
%U A139325 5,4,6,4,5,4,4,5,4,5,8,6,6,6,4,5,6,4,5,4,6,3,4,8,7,7,6,5,5,5,4,6,5,4,4,5,5
%N A139325 Triangle read by rows: T(n,k) = number of primes in the k-th row of the square of the first n^2 odd numbers written consecutively in rows of length n, 1<=k<=n.
%C A139325 A139326(n) = Min{T(n,k): 1<=k<=n};
%C A139325 A139327(n) = Max{T(n,k): 1<=k<=n};
%C A139325 A139328(n) gives sums of rows;
%C A139325 T(n,1) = A099802(n) - 1.
%Y A139325 Cf. A083415.
%K A139325 nonn,tabl
%O A139325 1,3
%A A139325 _Reinhard Zumkeller_, Apr 14 2008