Overpartition function
pb(n) = the number of overpartitions of n.
An overpartition is partition in which the first occurence
of a part may be overlined.
For example, pb(3)=8 since there are 8 overpartitions
of 3:
3
3*
2+1
2+1*
2*+1
2*+1*
1+1+1
1*+1+1
(Overline parts are marked by *).
FILES
optncofs.txt
Text file containing pb(n) for n=1 to n=10000.
This file has 10000 lines one for each value of pb(n).
optncofs.m
This is a MAPLE m-file which contains the array optncofs.
EXAMPLE:
The url of this page is http://www.math.ufl.edu/~fgarvan/data/index.html.
Created by
F.G. Garvan
(fgarvan@math.ufl.edu) on
Wednesday, June 24, 2009.
Last update made Fri Jun 26 15:36:14 EDT 2009.