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!)
A010765 a(n) = floor(n/2)^floor(n/3). 0
1, 1, 2, 2, 9, 9, 16, 64, 125, 125, 1296, 1296, 2401, 16807, 32768, 32768, 531441, 531441, 1000000, 10000000, 19487171, 19487171, 429981696, 429981696, 815730721, 10604499373, 20661046784, 20661046784 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
MAPLE
[ seq(floor(n/2)^floor(n/3), n=2..100) ];
MATHEMATICA
Table[Floor[n/2]^Floor[n/3], {n, 2, 30}] (* Harvey P. Dale, Dec 10 2016 *)
CROSSREFS
Sequence in context: A133920 A229594 A059199 * A193477 A193726 A143022
KEYWORD
nonn
AUTHOR
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)