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!)
A155015 Integer part of square root of n^11 = A008455(n). 7
0, 1, 45, 420, 2048, 6987, 19047, 44467, 92681, 177147, 316227, 534145, 861979, 1338715, 2012353, 2941046, 4194304, 5854220, 8016758, 10793065, 14310835, 18715701, 24172676, 30867616, 39008731, 48828125, 60583368, 74559107 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a={}; Do[AppendTo[a, IntegerPart[(n^11)^(1/2)]], {n, 0, 5!}]; a
Table[Floor[Sqrt[n^11]], {n, 1, 30}] (* G. C. Greubel, Dec 30 2017 *)
PROG
(PARI) for(n=1, 30, print1(floor(sqrt(n^11)), ", ")) \\ G. C. Greubel, Dec 30 2017
(Magma) [Floor(Sqrt(n^11)): n in [1..30]]; // G. C. Greubel, Dec 30 2017
CROSSREFS
Sequence in context: A129153 A156719 A228059 * A179795 A036495 A325981
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Alois P. Heinz, Sep 27 2014
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 30 07:17 EDT 2024. Contains 372127 sequences. (Running on oeis4.)