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

%I #9 Sep 08 2022 08:45:40

%S 0,1,45,420,2048,6987,19047,44467,92681,177147,316227,534145,861979,

%T 1338715,2012353,2941046,4194304,5854220,8016758,10793065,14310835,

%U 18715701,24172676,30867616,39008731,48828125,60583368,74559107

%N Integer part of square root of n^11 = A008455(n).

%H Alois P. Heinz, <a href="/A155015/b155015.txt">Table of n, a(n) for n = 0..1000</a>

%t a={};Do[AppendTo[a,IntegerPart[(n^11)^(1/2)]],{n,0,5!}];a

%t Table[Floor[Sqrt[n^11]], {n,1,30}] (* _G. C. Greubel_, Dec 30 2017 *)

%o (PARI) for(n=1,30, print1(floor(sqrt(n^11)), ", ")) \\ _G. C. Greubel_, Dec 30 2017

%o (Magma) [Floor(Sqrt(n^11)): n in [1..30]]; // _G. C. Greubel_, Dec 30 2017

%K nonn

%O 0,3

%A _Vladimir Joseph Stephan Orlovsky_, Jan 19 2009

%E Offset corrected by _Alois P. Heinz_, Sep 27 2014

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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)