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!)
A290842 Numbers k such that the sum of digits of k^3 is 3^3 = 27. 3
27, 33, 36, 39, 42, 54, 57, 69, 72, 75, 78, 84, 87, 93, 105, 108, 111, 114, 135, 138, 147, 162, 165, 168, 174, 177, 219, 222, 225, 228, 231, 234, 258, 267, 270, 273, 276, 285, 291, 294, 312, 318, 321, 330, 342, 345, 348, 351, 360, 369, 381, 384, 390, 405, 417 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It is obvious that if k is in this sequence, then so is 10*k. Additionally, this sequence contains other infinite subsequences. For example, 10^(2*k) + 10^k + 1 is in this sequence for all k > 0. - Altug Alkan, Aug 12 2017
LINKS
EXAMPLE
27^3 = 19683, 1 + 9 + 6 + 8 + 3 = 27 = 3^3.
PROG
(PARI) isok(n) = sumdigits(n^3) == 27; \\ Altug Alkan, Aug 12 2017
CROSSREFS
Numbers k such that sum of digits of k^3 is m^3: A107679 (m=2), this sequence (m=3), A290843 (m=4), A159462 (m=5), A159463 (m=6).
Cf. A067075.
Sequence in context: A117934 A173136 A030134 * A024796 A025322 A151742
KEYWORD
nonn,base
AUTHOR
Seiichi Manyama, Aug 12 2017
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 April 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)