OFFSET
1,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..1000
EXAMPLE
a(3) = floor(sqrt(1) + sqrt(3) + sqrt(5)) = floor(4.96811878506866...) = 4. [corrected by Clark Kimberling, Jan 14 2011]
MATHEMATICA
Floor[Accumulate[Sqrt[2Range[60]-1]]] (* Harvey P. Dale, Feb 09 2014 *)
PROG
(PARI) { default(realprecision, 100); for (n=1, 1000, write("b061465.txt", n, " ", floor(sum(k=1, n, sqrt(2*k - 1)))) ) } \\ Harry J. Smith, Jul 23 2009
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jun 10 2001
EXTENSIONS
Corrected description and more terms from Larry Reeves (larryr(AT)acm.org), Jun 12 2001
STATUS
approved