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.

A029786 Cubes such that digits of cube root of n are not present in n.

This page as a plain text file.
%I A029786 #8 Aug 08 2018 12:26:49
%S A029786 8,27,343,512,10648,19683,79507,103823,110592,140608,148877,250047,
%T A029786 314432,456533,778688,3869893,5088448,5545233,6539203,6644672,7077888,
%U A029786 10941048,11089567,16003008,18191447,27818127,54010152,67917312,75686967,86350888,96071912
%N A029786 Cubes such that digits of cube root of n are not present in n.
%H A029786 Giovanni Resta, <a href="/A029786/b029786.txt">Table of n, a(n) for n = 1..1699</a> (terms < 10^57)
%t A029786 Select[Range[1000], {} == Intersection @@ IntegerDigits[{#, #^3}] &]^3 (* _Giovanni Resta_, Aug 08 2018 *)
%Y A029786 Cf. A029785, A029783, A029784, A111116, A113316.
%K A029786 nonn,base
%O A029786 1,1
%A A029786 _Patrick De Geest_
%E A029786 More terms from _Giovanni Resta_, Aug 08 2018