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.

A318470 Multiplicative with a(p^e) = A260443(e).

This page as a plain text file.
%I A318470 #8 Aug 30 2018 22:42:20
%S A318470 1,2,2,3,2,4,2,6,3,4,2,6,2,4,4,5,2,6,2,6,4,4,2,12,3,4,6,6,2,8,2,18,4,
%T A318470 4,4,9,2,4,4,12,2,8,2,6,6,4,2,10,3,6,4,6,2,12,4,12,4,4,2,12,2,4,6,15,
%U A318470 4,8,2,6,4,8,2,18,2,4,6,6,4,8,2,10,5,4,2,12,4,4,4,12,2,12,4,6,4,4,4,36,2,6,6,9,2,8,2,12,8
%N A318470 Multiplicative with a(p^e) = A260443(e).
%H A318470 Antti Karttunen, <a href="/A318470/b318470.txt">Table of n, a(n) for n = 1..65537</a>
%H A318470 <a href="/index/Eu#epf">Index entries for sequences computed from exponents in factorization of n</a>
%H A318470 <a href="/index/St#Stern">Index entries for sequences related to Stern's sequences</a>
%F A318470 For all n >= 1, A001222(a(n)) = A318306(n).
%o A318470 (PARI)
%o A318470 A003961(n) = my(f = factor(n)); for (i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); \\ From A003961
%o A318470 A260443(n) = if(n<2, n+1, if(n%2, A260443(n\2)*A260443(n\2+1), A003961(A260443(n\2))));
%o A318470 A318470(n) = factorback(apply(e -> A260443(e),factor(n)[,2]));
%Y A318470 Cf. A260443, A318306, A318307.
%Y A318470 Differs from A293442 for the first time at n=32, where a(32) = 18, while A293442(32) = 10.
%Y A318470 Cf. also A293216, A293217, A293443, A318469.
%K A318470 nonn,mult
%O A318470 1,2
%A A318470 _Antti Karttunen_, Aug 30 2018