OFFSET
1,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
EXAMPLE
a(6)=10=3+7. a(7)=14=3+11. a(8)=18=3+15. a(9)=26=4+22.
MATHEMATICA
Table[Ceiling[Log[2, n]]+PartitionsP[n-1], {n, 50}] (* Harvey P. Dale, Oct 20 2012 *)
CROSSREFS
KEYWORD
nonn,less
AUTHOR
Juri-Stepan Gerasimov, Jul 24 2009
EXTENSIONS
Indices in formula and definition corrected by R. J. Mathar, May 21 2010
STATUS
approved