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!)
A022821 [ (n+1)/(n-1) ] + [ (n+2)/(n-2) ] + ... + [ (2n-1)/1 ]. 1
3, 7, 11, 16, 22, 26, 33, 39, 45, 51, 59, 64, 72, 80, 86, 92, 103, 107, 117, 125, 131, 139, 149, 156, 164, 172, 182, 188, 200, 204, 215, 225, 231, 241, 253, 257, 267, 277, 287, 294, 306, 312, 322, 334, 342, 348, 362, 368, 381, 389, 397, 407, 419 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
PROG
(PARI) a(n) = sum(i=1, n-1, floor((2*n-i)/i)) \\ for n>1 Michel Marcus, Mar 22 2013
CROSSREFS
Sequence in context: A166092 A184913 A307761 * A001618 A118027 A082644
KEYWORD
nonn
AUTHOR
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 April 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)