OFFSET
0,2
COMMENTS
Partial sums of number of binary forests with n nodes. The subsequence of primes in this partial sum begins: 2, 7, 13, 23, 43, 317887, 721397, 238855831229, 154308201825571245947273 = a(65).
FORMULA
a(n) = SUM[i=0..n] A003214(i).
EXAMPLE
a(34) = 1 + 1 + 2 + 3 + 6 + 10 + 20 + 37 + 76 + 152 + 320 + 672 + 1454 + 3154 + 6959 + 15439 + 34608 + 77988 + 176985 + 403510 + 924683 + 2127335 + 4913452 + 11385955 + 26468231 + 61700232 + 144206269 + 337837221 + 793213550 + 1866181155 + 4398867672 + 10387045476 + 24567374217 + 58196129468 + 138056734916 = 238855831229 is prime,
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Mar 22 2010
STATUS
approved