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.

A324285 a(n) = A002487(A297168(n)).

This page as a plain text file.
%I A324285 #7 Feb 23 2019 07:22:41
%S A324285 0,0,0,1,0,2,0,2,1,3,0,3,0,4,2,3,0,4,0,5,3,5,0,4,1,6,2,7,0,5,0,4,4,7,
%T A324285 2,7,0,8,5,7,0,7,0,9,3,9,0,5,1,5,6,11,0,8,3,10,7,10,0,9,0,11,5,5,4,13,
%U A324285 0,13,8,6,0,10,0,12,4,15,2,19,0,9,3,13,0,11,5,14,9,13,0,11,3,17,10,15,6,6,0,6,7,9,0,25,0,16,5
%N A324285 a(n) = A002487(A297168(n)).
%H A324285 Antti Karttunen, <a href="/A324285/b324285.txt">Table of n, a(n) for n = 1..65537</a>
%H A324285 <a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a>
%H A324285 <a href="/index/St#Stern">Index entries for sequences related to Stern's sequences</a>
%F A324285 a(n) = A002487(A297168(n)).
%o A324285 (PARI)
%o A324285 A061395(n) = if(1==n, 0, primepi(vecmax(factor(n)[, 1])));
%o A324285 A297167(n) = if(1==n, 0, (A061395(n) + (bigomega(n)-omega(n)) - 1));
%o A324285 A297112(n) = if(1==n,0,2^A297167(n));
%o A324285 A297168(n) = sumdiv(n,d,(d<n)*A297112(d)); \\ _Antti Karttunen_, Feb 22 2019
%o A324285 A002487(n) = { my(s=sign(n), a=1, b=0); n = abs(n); while(n>0, if(bitand(n, 1), b+=a, a+=b); n>>=1); (s*b); };
%o A324285 A324285(n) = A002487(A297168(n));
%Y A324285 Cf. A002487, A156552, A297168.
%Y A324285 Cf. also A323902, A324115, A324116, A324049.
%K A324285 nonn
%O A324285 1,6
%A A324285 _Antti Karttunen_, Feb 22 2019