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.

A102915 Numbers n such that n3 is prime and n is a multiple of 10.

This page as a plain text file.
%I A102915 #7 Mar 23 2015 16:06:25
%S A102915 0,10,50,110,130,200,220,250,280,290,320,380,400,460,470,490,500,530,
%T A102915 550,590,620,670,680,710,760,770,880,910,920,940,980,1010,1030,1090,
%U A102915 1100,1150,1190,1220,1250,1270,1300,1310,1390,1430,1450,1580,1610,1660,1670,1690,1720,1790,1850,1880
%N A102915 Numbers n such that n3 is prime and n is a multiple of 10.
%e A102915 If t=10, then t3 = 103 (prime).
%e A102915 If t=280, then t3 = 2803 (prime).
%e A102915 If t=490, then t3 = 4903 (prime).
%t A102915 Select[10*Range[0,200],PrimeQ[10#+3]&] (* _Harvey P. Dale_, Mar 23 2015 *)
%Y A102915 Cf. A102338.
%K A102915 base,nonn
%O A102915 1,2
%A A102915 _Parthasarathy Nambi_, Mar 01 2005