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!)
A022824 a(n) = [ (2n+2)/(n-1) ] + [ (2n+4)/(n-2) ] + ... + [ (4n-2)/1 ]. 2
6, 14, 23, 33, 44, 55, 67, 81, 93, 105, 120, 133, 149, 164, 177, 191, 210, 222, 240, 256, 270, 288, 305, 322, 336, 355, 373, 387, 410, 421, 441, 460, 478, 496, 516, 530, 548, 571, 587, 603, 626, 643, 663, 684, 700, 716, 741, 758, 780, 797, 815 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
PROG
(PARI) a(n) = sum(k=1, n-1, (4*n-2*k)\k); \\ for n>1. Michel Marcus, Mar 24 2013
CROSSREFS
Sequence in context: A190753 A190740 A084583 * A005281 A120345 A107400
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 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)