login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A068415
Engel expansion of log(Pi/2).
0
3, 3, 16, 36, 211, 971, 1546, 1619, 1676, 2781, 5016, 41282, 342476, 906352, 1023757, 1948794, 7848891, 13836275, 30581008, 38602286, 170598710, 379204788, 619298045, 725045787, 1682291679, 24640189358, 24751265017, 104930341224, 139089631515, 463053103677
OFFSET
1,1
PROG
(PARI) r=log(Pi/2); for(i=1, 30, s=r*ceil(1/r)-1; print1(ceil(1/r), ", "); r=s); /* Georg Fischer, Nov 20 2020 */
CROSSREFS
Cf. A094642.
Sequence in context: A222847 A278309 A048234 * A127539 A342837 A278627
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 03 2002
EXTENSIONS
a(1) corrected and a(28)-a(30) from Georg Fischer, Nov 20 2020
STATUS
approved