login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071378 Largest proper divisor of n^3. 0
4, 9, 32, 25, 108, 49, 256, 243, 500, 121, 864, 169, 1372, 1125, 2048, 289, 2916, 361, 4000, 3087, 5324, 529, 6912, 3125, 8788, 6561, 10976, 841, 13500, 961, 16384, 11979, 19652, 8575, 23328, 1369, 27436, 19773, 32000, 1681, 37044, 1849, 42592 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

Computable as largest value of GCD[n^3,j] for j=1+n^3,...,-1+2^n^3.

FORMULA

a(n)=A032742[n^3]

MATHEMATICA

Table[Max[Table[GCD[n^3, w], {w, n^3+1, 2*n^3-1}]], {n, 2, 128}]

CROSSREFS

Cf. A032742, A070935.

Sequence in context: A111160 A192876 A201689 * A053192 A005985 A151271

Adjacent sequences:  A071375 A071376 A071377 * A071379 A071380 A071381

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), May 22 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 15:25 EST 2012. Contains 205627 sequences.