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.

A316969 Primes p such that p^2 contains all of the square digits {0, 1, 4, 9} only.

This page as a plain text file.
%I A316969 #13 Jul 19 2018 03:52:28
%S A316969 701,7001,10007,10243,20347,70001,97001,202757,306749,379499,700001,
%T A316969 997001,1002247,1070021,3317257,3346507,9536249,9970001,10095247,
%U A316969 20470501,21095021,22144979,94925771,100000007,100099501,104933743,202520347,300191597
%N A316969 Primes p such that p^2 contains all of the square digits {0, 1, 4, 9} only.
%C A316969 Subset of A285550.
%H A316969 Giovanni Resta, <a href="/A316969/b316969.txt">Table of n, a(n) for n = 1..501</a> (terms < 10^16)
%e A316969 701^2 = 491401 that contains all the square digits {0, 1, 4, 9} only. Hence, 701 is a term.
%e A316969 10243^2 = 104919049 that contains all of the square digits {0, 1, 4, 9} only. Hence, 10243 is a term.
%e A316969 997 is not a term because 997^2 = 994009 does not contain the digit '1'.
%t A316969 Select[Prime[Range[20000000]], Union[IntegerDigits[#^2]] == {0, 1, 4, 9} &]
%Y A316969 Cf. A000040, A000290, A001248, A284973, A285550, A019544.
%K A316969 nonn,base
%O A316969 1,1
%A A316969 _K. D. Bajpai_, Jul 17 2018