A217685 Numerators of the continued fraction convergents of log_10((1+sqrt(5))/2).
0, 1, 1, 4, 5, 9, 14, 93, 386, 865, 1251, 13375, 14626, 71879, 3321060, 10035059, 13356119, 36747297, 50103416, 86850713, 136954129, 223804842, 808368655, 13157703322, 27123775299, 148776579817, 175900355116, 676477645165, 1528855645446, 3734188936057
Offset: 0
Programs
-
PARI
default(realprecision, 21000); a(n) = contfracpnqn(contfrac(log((1+sqrt(5))/2)/log(10), , n))[1, 1];
Formula
a(n) = A217684(n)*a(n-1) + a(n-2).
Comments