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!)
A067177 Cube root of A061096(n). 3
1, 2, 3, 4, 14, 9, 13, 26, 27, 19, 53, 66, 76, 92, 132, 157, 353, 423, 559, 842, 927, 1192, 2129, 3846, 1966, 4289, 5826, 8782, 12116, 16299, 19129, 12599, 41013, 30355, 63413, 66942 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
read("transforms"):
A067177 := proc(n)
local ds, k ;
ds := A054966(2+n) ;
for k from 0 do
if digsum(k^3) = ds then
return k;
end if;
end do:
end proc: # R. J. Mathar, Aug 28 2018
CROSSREFS
Sequence in context: A151413 A031241 A064958 * A171573 A039576 A091907
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Jan 09 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 28 2003
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)