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!)
A155019 Integer part of square root of n^17 = A010805(n). 6

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

%S 0,1,362,11363,131072,873464,4114202,15252229,47453132,129140163,

%T 316227766,710947978,1489500287,2941158941,5521897022,9926032708,

%U 17179869184,28761784747,46753733110,74029634996,114486680447

%N Integer part of square root of n^17 = A010805(n).

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

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

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

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

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

%Y Integer part of square root of n^k: A000196 (k=1), A000093 (k=3), A155013 (k=5), A155014 (k=7), A155015 (k=11), A155016 (k=13), A155018 (k=15), this sequence (k=17).

%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 24 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)