This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A293218 #9 Oct 07 2017 21:55:48 %S A293218 1,1,1,1,13,1,1,1,38,1,3,26,31,1,1,1,103,73,1,42,14,7,91,3,58,14,1, %T A293218 170,303,1,1,1,66,1,385,91,93,301,65,563,1093,1,11,355,38,118,83,1, %U A293218 1254,763,1,1043,39,1,249,141,238,19,71,43,133,11,781,1,649,1,554,1081,614,1,1633,5,317,1398,1,269,626,10,527,1285,1191,1 %N A293218 a(n) = A007913(A292270(n)). %H A293218 Antti Karttunen, <a href="/A293218/b293218.txt">Table of n, a(n) for n = 0..10000</a> %F A293218 a(n) = A007913(A292270(n)). %o A293218 (PARI) %o A293218 A000265(n) = (n >> valuation(n, 2)); %o A293218 A006519(n) = 2^valuation(n, 2); %o A293218 A292270(n) = { my(x = n+n+1, z = ((1+x)/A006519(1+x)), m = A000265(1+x)); while(m!=1, z += ((x+m)/A006519(x+m)); m = A000265(x+m)); z; }; %o A293218 A293218(n) = core(A292270(n)); %o A293218 (Scheme) (define (A293218 n) (A007913 (A292270 n))) %Y A293218 Cf. A002326, A007913, A292270, A292947, A293219. %Y A293218 Cf. A292938 (gives the positions of ones). %K A293218 nonn %O A293218 0,5 %A A293218 _Antti Karttunen_, Oct 06 2017