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.

A225677 Primes of the form p - (product of digits of p), where p is a prime.

This page as a plain text file.
%I A225677 #7 May 13 2013 17:20:10
%S A225677 11,17,19,31,37,59,101,103,107,109,113,173,179,193,199,211,227,233,
%T A225677 239,241,257,263,307,311,317,331,383,389,397,401,409,419,439,479,499,
%U A225677 503,509,521,547,563,571,577,601,607,613,617,659,691,701,709,719,733,809
%N A225677 Primes of the form p - (product of digits of p), where p is a prime.
%C A225677 Primes generated by A225319.
%e A225677 17 is in the list since 17 = 23 - (2*3).
%t A225677 Union[Select[Table[p=Prime[n]; p-Times@@IntegerDigits[p],{n,150}],PrimeQ]]
%Y A225677 Cf. A157677, A225303, A225319.
%K A225677 nonn,base
%O A225677 1,1
%A A225677 _Jayanta Basu_, May 12 2013