cp's OEIS Frontend

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.

A351965 The odd part of A109812(n).

This page as a plain text file.
%I A351965 #10 Apr 07 2022 09:26:13
%S A351965 1,1,1,3,1,5,5,1,3,9,9,3,17,7,1,7,3,33,5,11,9,19,5,21,17,13,3,15,1,11,
%T A351965 41,33,25,19,65,13,37,9,23,3,27,17,35,7,67,11,5,39,11,1,29,49,129,15,
%U A351965 97,65,45,41,33,21,69,25,73,13,37,49,35,7,71,17,51,19,131,15,3,31,5,75,9,43,21,137,27,193,23,81
%N A351965 The odd part of A109812(n).
%H A351965 Antti Karttunen, <a href="/A351965/b351965.txt">Table of n, a(n) for n = 1..100000</a>
%H A351965 <a href="/index/Bi#binary">Index entries for sequences related to binary expansion of n</a>
%F A351965 a(n) = A000265(A109812(n)).
%F A351965 a(n) = A109812(n) / (2^A351964(n)).
%o A351965 (PARI)
%o A351965 v109812 = readvec("b109812_to10e5.txt"); \\ Prepared from b-file data with gawk ' { print $2 } '
%o A351965 up_to = #v109812;
%o A351965 A109812(n) = v109812[n];
%o A351965 A000265(n) = (n>>valuation(n,2));
%o A351965 A351965(n) = A000265(A109812(n));
%Y A351965 Cf. A000265, A109812, A351963, A351964, A352884 (binary weight).
%K A351965 nonn,base
%O A351965 1,4
%A A351965 _Antti Karttunen_, Apr 06 2022