A113299 Expansion of solution to an algebraic functional equation.
1, 3, 10, 33, 110, 366, 1219, 4059, 13518, 45018, 149924, 499290, 1662787, 5537577, 18441799, 61416729, 204536183, 681166986, 2268490929, 7554756990, 25159612832, 83789077212, 279042826065, 929296530558, 3094836925438
Offset: 1
Keywords
Examples
x + 3*x^2 + 10*x^3 + 33*x^4 + 110*x^5 + 366*x^6 + 1219*x^7 + 4059*x^8 + ...
Programs
-
PARI
{a(n) = local(A, m); if( n<1, 0, A = 1 + O(x); m=1; while( m