A102515 a(n) = floor(1 + sqrt(2n + 1)).
2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13
Offset: 0
Programs
-
Mathematica
Table[Floor[1+Sqrt[2n+1]],{n,0,100}] (* Harvey P. Dale, Feb 28 2015 *)
Formula
Extensions
Definition corrected by Olivier Gérard & Harvey P. Dale, Feb 28 2015
Offset corrected by Robert G. Wilson v, Mar 01 2015
Comments