login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A061813
When cubed gives number composed just of the digits 1, 2, 3, 4, 5.
2
1, 5, 7, 8, 11, 68, 81, 177, 351, 605, 1311, 1645, 1758, 2247, 2474, 2485, 2824, 6165, 7568, 11217, 15228, 28114, 28128, 28947, 115558, 224681, 225805, 351758, 357141, 357147, 622407, 1039247, 1291547, 1366824, 1490628, 1616651, 2324085, 2371737
OFFSET
1,2
LINKS
MATHEMATICA
Do[ If[ Union[ Join[ {1, 2, 3, 4, 5}, IntegerDigits[n^3] ] ] == {1, 2, 3, 4, 5}, Print[n] ], {n, 0, 10^7} ]
CROSSREFS
Sequence in context: A099497 A327960 A347127 * A173664 A171420 A047384
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Jun 23 2001
EXTENSIONS
a(37) corrected by Chai Wah Wu, Feb 25 2016
STATUS
approved