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.

A332333 a(n) = A335778(n)/12.

This page as a plain text file.
%I A332333 #38 Jul 22 2020 13:49:44
%S A332333 1,1,2,3,5,7,7,11,8,31,12,34,14,15,61,39,29,86,34,116,44,142,51,163,
%T A332333 79,62,193,91,68,101,103,227,76,218,235,79,91,129,99,100,143,147,149,
%U A332333 107,310,473,343,171,125,394,187,401,191,142,203,147,418,460,156
%N A332333 a(n) = A335778(n)/12.
%t A332333 Select[IntegerQ][Table[Sqrt[2*Prime[n]^2 - 2*Prime[n-1]^2]/12, {n, 37000}]]
%Y A332333 Cf. A335410, A335778.
%K A332333 nonn
%O A332333 1,3
%A A332333 _Jeff Brown_, Jul 06 2020