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.

A113318 Numbers whose biquadrates (fourth powers) are exclusionary.

This page as a plain text file.
%I A113318 #9 Aug 21 2013 18:33:17
%S A113318 2,3,4,7,8,9,24,27,28,32,42,52,53,58,59,67,89,93,203,258,284,324,329,
%T A113318 832,843,2673
%N A113318 Numbers whose biquadrates (fourth powers) are exclusionary.
%C A113318 The number m with no repeated digits has an exclusionary fourth power m^4 if the latter is made up of digits not appearing in m. Is a subsequence of A111116. Conjectured to be complete. For the corresponding exclusionary biquadrates m^4, see A113317.
%D A113318 H. Ibstedt, Solution to Problem 2623, "Exclusionary Powers", pp. 346-9, Journal of Recreational Mathematics, Vol. 32 No.4 2003-4 Baywood NY.
%t A113318 ebQ[n_]:=Max[DigitCount[n]]==1&&Intersection[IntegerDigits[n], IntegerDigits[ n^4]]=={}; Select[Range[3000],ebQ] (* _Harvey P. Dale_, Aug 21 2013 *)
%K A113318 base,nonn,fini
%O A113318 1,1
%A A113318 _Lekraj Beedassy_, Oct 26 2005