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!)
A074102 Cubes from which deleting a suitable digit leaves a square. 1
1, 8, 64, 125, 216, 1000, 8000, 9261, 15625, 64000, 85184, 262144, 729000, 1000000, 2146689, 4096000, 8000000, 15625000, 46656000, 64000000, 117649000, 125000000, 216000000, 262144000, 531441000, 1000000000, 1771561000, 2985984000, 4826809000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
drQ[n_] := Or @@ IntegerQ /@ Sqrt[Table[FromDigits[Drop[IntegerDigits[n], {k}]], {k, IntegerLength[n]}]]; Select[Range[1700]^3, drQ] (* Jayanta Basu, Jul 31 2013 *)
CROSSREFS
Sequence in context: A161146 A208380 A160428 * A118719 A134739 A116978
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Aug 21 2002
EXTENSIONS
Corrected and extended by Robert Gerbicz, Aug 27 2002
Two more terms from Jayanta Basu, Jul 31 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 April 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)