[go: up one dir, main page]

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!)
A117690 Cubes for which both the sum of the digits and the product of the digits are squares. 0
0, 1, 1000, 27000, 216000, 970299, 1000000, 1860867, 2146689, 4019679, 5000211, 10077696, 14348907, 21717639, 26198073, 27000000, 27818127, 29503629, 36926037, 37933056, 57960603, 62099136, 67917312, 80621568, 84027672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
2146689 is in the sequence because it is a cube and (1)the sum of its digits 2+1+4+6+6+8+9=36 is a square and (2)the product of its digits 2*1*4*6*6*8*9=20736 is also a square.
MATHEMATICA
okQ[n_]:=Module[{idn=IntegerDigits[n]}, IntegerQ[Sqrt[Total[idn]]] && IntegerQ[Sqrt[Times@@idn]]]; Select[Range[0, 450]^3, okQ] (* Harvey P. Dale, Aug 24 2011 *)
CROSSREFS
Sequence in context: A004632 A277397 A250449 * A186936 A185747 A234787
KEYWORD
nonn,base
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 12 2006
EXTENSIONS
Corrected (by inserting a(15)=26198073) by Harvey P. Dale, Aug 24 2011
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 August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)