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.

A265753 a(n) = A007949(A265399(n)).

This page as a plain text file.
%I A265753 #21 Apr 05 2021 04:00:29
%S A265753 0,0,1,0,1,1,2,0,2,1,3,1,5,2,2,0,8,2,13,1,3,3,21,1,2,5,3,2,34,2,55,0,
%T A265753 4,8,3,2,89,13,6,1,144,3,233,3,3,21,377,1,4,2,9,5,610,3,4,2,14,34,987,
%U A265753 2,1597,55,4,0,6,4,2584,8,22,3,4181,2,6765,89,3,13,5,6,10946,1,4,144,17711,3,9,233,35,3,28657,3,7,21
%N A265753 a(n) = A007949(A265399(n)).
%C A265753 a(n) = Coefficient of x in the reduction under 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).
%C A265753 Completely additive with a(prime(k)) = F(k-1), where F(k) denotes the k-th Fibonacci number, A000045(k). - _Peter Munn_, Mar 29 2021, incorporating comment by _Antti Karttunen_, Dec 15 2015
%H A265753 Antti Karttunen, <a href="/A265753/b265753.txt">Table of n, a(n) for n = 1..100</a>
%F A265753 a(n) = A007949(A265399(n)).
%F A265753 Other identities. For all n >= 1:
%F A265753 a(A000040(n)) = A000045(n-1). [Generalized by _Peter Munn_, Mar 29 2021]
%F A265753 a(A206296(n)) = A112576(n).
%F A265753 a(A265750(n)) = A192751(n).
%o A265753 (PARI)
%o A265753 \\ Needs also code from A265398 and A265399.
%o A265753 A265753 = n -> valuation(A265399(n),3);
%o A265753 for(n=1, 100, write("b265753.txt", n, " ", A265753(n)));
%o A265753 (Scheme) (define (A265753 n) (A007949 (A265399 n)))
%Y A265753 Cf. A007949, A112576, A192751, A206296, A265399, A265750, A265752.
%Y A265753 Cf. also A000040, A000045.
%K A265753 nonn
%O A265753 1,7
%A A265753 _Antti Karttunen_, Dec 15 2015