f'(x) = 1/(3x+1)2/3 
f '' ( x) =  -2 / (3x+1)^{5/3} 
f ' ' ' (x)  =  10 / (3x+1) (8/3) 
und Taylor mit Entwicklungspunkt x=0 gibt doch
    f(x)   = f(0) + f ' (o) * x  +  f ' ' (0) *  x^2 / 2  + f ' ' ' (0) * x^3 / 6
            =  1    +   1 * x    +  -2 * x^2 / 2    +  10 * x^3 / 6
            = 1  +x   - x^2  + (5/3)*x^3 
wirklich nur a1 gesucht ?
Das wäre also 1.