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.

A154546 Numbers n in A154276.

This page as a plain text file.
%I A154546 #2 Mar 31 2012 12:38:19
%S A154546 0,2,20,26,32,52,60,72,76,80,96,106,110,112,122,132,142,176,180,206,
%T A154546 216,232,236,242,246,260,262,280,282,286,292,312,320,342,346,362,366,
%U A154546 370,406,410,420,422,432,450,460,462,470,486,500,512,532,546,562,570,576
%N A154546 Numbers n in A154276.
%t A154546 lst={};Do[If[PrimeQ[p=81*n^2-72*n+17],AppendTo[lst,n]],{n,0,7!}];lst
%K A154546 nonn
%O A154546 1,2
%A A154546 _Vladimir Joseph Stephan Orlovsky_, Jan 11 2009