The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A254960 Zeroless numbers n with digits d_1, d_2, ... d_k such that d_1^3 + ... + d_k^3 is a cube. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 168, 186, 345, 354, 435, 453, 534, 543, 618, 681, 816, 861, 1156, 1165, 1516, 1561, 1615, 1651, 5116, 5161, 5611, 6115, 6151, 6511, 11233, 11323, 11332, 12133, 12313, 12331, 13123, 13132, 13213, 13231, 13312, 13321, 13369, 13396, 13458, 13485, 13548, 13584, 13639, 13693, 13845, 13854 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Any one of these terms can have an arbitrary number of 0's in between any two digits. Thus, the numbers with 0's have been omitted as trivial.
LINKS
MATHEMATICA
Select[Range[14000], DigitCount[#, 10, 0]==0&&IntegerQ[Surd[Total[ IntegerDigits[ #]^3], 3]]&] (* Harvey P. Dale, Sep 23 2019 *)
PROG
(PARI) for(n=1, 10^3, d=digits(n); if(vecsort(d, , 8)[1], s=0; for(i=1, #d, s+=d[i]^3); if(ispower(s, 3), print1(n, ", "))))
CROSSREFS
Sequence in context: A005188 A032569 A343036 * A328142 A328279 A039723
KEYWORD
nonn,base
AUTHOR
Derek Orr, Feb 11 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 16 14:11 EDT 2024. Contains 372552 sequences. (Running on oeis4.)