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!)
A022822 a(n) = [ (n+2)/(n-1) ] + [ (n+4)/(n-2) ] + ... + [ (3n-2)/1 ]. 0
4, 9, 16, 22, 30, 38, 47, 54, 65, 73, 85, 91, 104, 114, 125, 134, 145, 157, 170, 178, 192, 200, 217, 225, 238, 251, 264, 272, 289, 299, 314, 324, 338, 352, 365, 375, 390, 402, 421, 428, 445, 455, 472, 484, 497, 511, 529, 539, 554, 566, 585, 591 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
PROG
(PARI) a(n) = sum(k=1, n-1, (3*n-2*k)\k); \\ Michel Marcus, Mar 24 2013
CROSSREFS
Sequence in context: A313349 A313350 A152399 * A001639 A309138 A162207
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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)