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!)
A084661 Numbers k such that k + sum_of_digits(k) is a cube. 2
4, 18, 121, 198, 207, 329, 720, 977, 1318, 2183, 2731, 3357, 4082, 4891, 4900, 5814, 6836, 7969, 9243, 10634, 12154, 13797, 13806, 15611, 17554, 19656, 21929, 24367, 26973, 29759, 32746, 39281, 42853, 46629, 54850, 59292, 59301, 63968, 68890, 74070, 79475 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A066564 lists numbers k such that k + sum_of_digits(k) is a square.
LINKS
EXAMPLE
a(3)=121 because 121 + (1 + 2 + 1) = 125 = 5^3.
MATHEMATICA
Select[Range[80000], IntegerQ[Surd[#+Total[IntegerDigits[#]], 3]]&] (* Harvey P. Dale, Sep 13 2018 *)
PROG
(PARI) isok(n) = ispower(n + sumdigits(n), 3); \\ Michel Marcus, Oct 09 2013
CROSSREFS
Sequence in context: A005442 A306881 A367489 * A112294 A346680 A292500
KEYWORD
easy,nonn,base
AUTHOR
Zak Seidov, Jun 29 2003
EXTENSIONS
More terms from Michel Marcus, Oct 04 2013
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 12 16:52 EDT 2024. Contains 372492 sequences. (Running on oeis4.)