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.

A157908 Nonprimes whose digits are all square.

This page as a plain text file.
%I A157908 #6 Oct 14 2014 19:20:19
%S A157908 0,1,4,9,10,14,40,44,49,90,91,94,99,100,104,110,111,114,119,140,141,
%T A157908 144,190,194,400,404,410,411,414,440,441,444,490,494,900,901,904,909,
%U A157908 910,914,940,944,949,990,994,999,1000,1001,1004,1010,1011,1014,1040,1041
%N A157908 Nonprimes whose digits are all square.
%C A157908 Square digits are 0, 1, 4 or 9.
%H A157908 Harvey P. Dale, <a href="/A157908/b157908.txt">Table of n, a(n) for n = 1..10000</a>
%F A157908 a(n) = Theta(n^(log_4 10))
%t A157908 Select[FromDigits/@Tuples[{0,1,4,9},4],!PrimeQ[#]&] (* _Harvey P. Dale_, Oct 14 2014 *)
%Y A157908 Cf. A000290, A141468.
%K A157908 nonn,base
%O A157908 1,3
%A A157908 _Juri-Stepan Gerasimov_, Mar 09 2009
%E A157908 Formula from _Charles R Greathouse IV_, Mar 25 2010