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 A265752 #24 Aug 18 2025 05:48:04 %S A265752 0,1,0,2,1,1,1,3,0,2,2,2,3,2,1,4,5,1,8,3,1,3,13,3,2,4,0,3,21,2,34,5,2, %T A265752 6,2,2,55,9,3,4,89,2,144,4,1,14,233,4,2,3,5,5,377,1,3,4,8,22,610,3, %U A265752 987,35,1,6,4,3,1597,7,13,3,2584,3,4181,56,2,10,3,4,6765,5,0,90,10946,3,6,145,21,5,17711 %N A265752 a(n) = A007814(A265399(n)). %C A265752 a(n) is the constant term of the reduction by x^2->x+1 of the polynomial encoded in the prime factorization of n. (Assuming here only polynomials with nonnegative integer coefficients, see e.g. A206296 for the details of the encoding). %C A265752 Completely additive with a(prime(k)) = F(k-2), where F(k) denotes the k-th Fibonacci number, A000045(k) for k >= 0, or A039834(-k) for k <= 0. - _Peter Munn_, Apr 05 2021, incorporating comment by _Antti Karttunen_, Dec 15 2015 %H A265752 Antti Karttunen, <a href="/A265752/b265752.txt">Table of n, a(n) for n = 1..100</a> %F A265752 a(n) = A007814(A265399(n)). %F A265752 Other identities. For all n >= 1: %F A265752 a(A000040(n+1)) = A000045(n-1). [Generalized by _Peter Munn_, Apr 05 2021] %F A265752 a(A206296(n)) = A192232(n). %F A265752 a(A265750(n)) = A192750(n). %o A265752 (PARI) %o A265752 \\ Needs also code from A265398 and A265399. %o A265752 A265752 = n -> valuation(A265399(n),2); %o A265752 for(n=1, 100, write("b265752.txt", n, " ", A265752(n))); %o A265752 (Scheme) (define (A265752 n) (A007814 (A265399 n))) %Y A265752 Cf. A007814, A192232, A192750, A206296, A265399, A265750, A265753. %Y A265752 Cf. also A000040, A000045/A039834. %K A265752 nonn,changed %O A265752 1,4 %A A265752 _Antti Karttunen_, Dec 15 2015