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!)
A172473 a(n) = floor(sqrt(2*n^5)). 1
0, 1, 8, 22, 45, 79, 124, 183, 256, 343, 447, 567, 705, 861, 1037, 1232, 1448, 1685, 1944, 2225, 2529, 2858, 3210, 3587, 3990, 4419, 4874, 5357, 5866, 6404, 6971, 7566, 8192, 8847, 9532, 10249, 10996, 11776, 12588, 13433, 14310, 15222, 16167, 17146 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
a:=n->floor(sqrt(2*n^5)): seq(a(n), n=0..50); # Muniru A Asiru, Sep 28 2018
MATHEMATICA
Table[Floor[Sqrt[2 n^5]], {n, 0, 60}] (* Vincenzo Librandi, Aug 20 2014 *)
PROG
(Magma) [Floor(Sqrt(2*n^5)): n in [0..60]]; // Vincenzo Librandi, Aug 20 2014
(PARI) vector(60, n, n--; floor(sqrt(2*n^5))) \\ G. C. Greubel, Sep 28 2018
CROSSREFS
Sequence in context: A134783 A211529 A069099 * A145067 A112684 A189584
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Feb 04 2010
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 May 2 23:14 EDT 2024. Contains 372203 sequences. (Running on oeis4.)