cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A067177 Cube root of A061096(n).

Original entry on oeis.org

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
Offset: 0

Views

Author

Amarnath Murthy, Jan 09 2002

Keywords

Crossrefs

Programs

  • 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

Extensions

More terms from Sascha Kurz, Jan 28 2003
Showing 1-1 of 1 results.