login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A172472
a(n) = floor(sqrt(2*n^3)).
2
0, 1, 4, 7, 11, 15, 20, 26, 32, 38, 44, 51, 58, 66, 74, 82, 90, 99, 108, 117, 126, 136, 145, 155, 166, 176, 187, 198, 209, 220, 232, 244, 256, 268, 280, 292, 305, 318, 331, 344, 357, 371, 384, 398, 412, 426, 441, 455, 470, 485, 500, 515, 530, 545, 561, 576, 592
OFFSET
0,3
LINKS
MATHEMATICA
Table[Floor[Sqrt[2 n^3]], {n, 0, 60}] (* Vincenzo Librandi, Aug 20 2014 *)
PROG
(Magma) [Floor(Sqrt(2*n^3)): n in [0..60]]; // Vincenzo Librandi, Aug 20 2014
(PARI) vector(100, n, n--; floor(sqrt(2*n^3))) \\ G. C. Greubel, Aug 18 2018
CROSSREFS
Sequence in context: A130254 A278114 A263996 * A134918 A310741 A078916
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Feb 04 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 23:07 EDT 2024. Contains 376015 sequences. (Running on oeis4.)