A217686 Denominators of the continued fraction convergents of log_10((1+sqrt(5))/2).
1, 4, 5, 19, 24, 43, 67, 445, 1847, 4139, 5986, 63999, 69985, 343939, 15891179, 48017476, 63908655, 175834786, 239743441, 415578227, 655321668, 1070899895, 3868021353, 62959241543, 129786504439, 711891763738, 841678268177, 3236926568269, 7315531404715, 17867989377699
Offset: 0
Crossrefs
Programs
-
PARI
default(realprecision, 21000); for(i=1, 100, print(contfracpnqn(contfrac(log((1+sqrt(5))/2)/log(10), , i))[2, 1]))
Formula
a(n) = A217684(n)*a(n-1) + a(n-2).
Comments