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.

A113316 Fourth powers m^4 none of whose digits are present in their corresponding roots m.

This page as a plain text file.
%I A113316 #12 Aug 08 2018 12:26:06
%S A113316 16,81,256,2401,4096,6561,331776,531441,614656,1048576,1185921,
%T A113316 3111696,7311616,7890481,11316496,12117361,20151121,35153041,59969536,
%U A113316 62742241,74805201,1664966416,1698181681,4430766096,6505390336,8428892481
%N A113316 Fourth powers m^4 none of whose digits are present in their corresponding roots m.
%C A113316 For the associated root m, see A111116.
%H A113316 Giovanni Resta, <a href="/A113316/b113316.txt">Table of n, a(n) for n = 1..179</a> (terms < 10^76, first 100 terms from Harvey P. Dale)
%t A113316 Select[Range[350]^4,Intersection[IntegerDigits[#], IntegerDigits[ Surd[ #,4]]] =={}&] (* _Harvey P. Dale_, Dec 19 2015 *)
%Y A113316 Cf. A111116, A029783, A029784, A029785, A029786.
%K A113316 base,nonn
%O A113316 1,1
%A A113316 _Lekraj Beedassy_, Oct 26 2005