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!)
A183012 a(n) = 24*A138879(n) - A187219(n). 2
23, 71, 119, 262, 358, 740, 932, 1697, 2248, 3588, 4690, 7371, 9312, 13814, 17959, 25289, 32406, 45056, 57015, 77383, 98043, 129678, 163451, 214120, 267217, 344786, 429842, 547308, 677897, 856601, 1054330, 1320077 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Partial sums give the positive terms of A183011, the numerators of the Bruinier-Ono formula for the partition function.
LINKS
MAPLE
A066186 := proc(n) n*combinat[numbpart](n) ; end proc:
A138879 := proc(n) A066186(n)-A066186(n-1) ; end proc:
A002865 := proc(n) if n = 0 then 1; else combinat[numbpart](n)-combinat[numbpart](n-1) ; end if; end proc:
A183012 := proc(n) if n = 1 then 23; else 24*A138879(n)-A002865(n) ; end if; end proc:
seq(A183012(n), n=1..80) ; # R. J. Mathar, Jan 27 2011
CROSSREFS
Sequence in context: A274050 A274675 A188831 * A319052 A154619 A142405
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Jan 22 2011
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)