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!)
A077163 n-th power of next n numbers. 1
1, 4, 9, 64, 125, 216, 2401, 4096, 6561, 10000, 161051, 248832, 371293, 537824, 759375, 16777216, 24137569, 34012224, 47045881, 64000000, 85766121, 2494357888, 3404825447, 4586471424, 6103515625, 8031810176, 10460353203 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n^A002024(n) = n^round(sqrt(2*n)). - Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Nov 01 2002
MAPLE
A077163 := n->n^round(sqrt(2*n));
MATHEMATICA
npn[n_]:=Module[{t=(n(n+1))/2}, Range[t-n+1, t]^n]; Flatten[Array[npn, 10]] (* Harvey P. Dale, Mar 08 2015 *)
CROSSREFS
Sequence in context: A263675 A140483 A124683 * A231812 A069711 A062067
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 31 2002
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Nov 01 2002
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)