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.

A128651 In the sequence of natural numbers, replace the nonsquarefree numbers with their minimal factorization into squarefree numbers.

This page as a plain text file.
%I A128651 #12 Feb 16 2025 08:33:05
%S A128651 1,2,3,2,2,5,6,7,2,2,2,3,3,10,11,6,2,13,14,15,2,2,2,2,17,6,3,19,10,2,
%T A128651 21,22,23,6,2,2,5,5,26,3,3,3,14,2,29,30,31,2,2,2,2,2,33,34,35,6,6,37,
%U A128651 38,39,10,2,2,41,42,43,22,2,15,3,46,47,6,2,2,2,7,7,10,5,51,26,2,53,6,3,3,55
%N A128651 In the sequence of natural numbers, replace the nonsquarefree numbers with their minimal factorization into squarefree numbers.
%C A128651 a(A129132(n-1) + 2) = A007947(n) for n > 1. - _Reinhard Zumkeller_, Mar 30 2007
%H A128651 R. Zumkeller, <a href="/A128651/b128651.txt">Table of n, a(n) for n = 1..10000</a>
%H A128651 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Squarefree.html">Squarefree</a>
%F A128651 a(n) = f(n,1,2,2,1) with f(n,m,x,y,z) = if n=m then z else if rad(y)=y then f(n,m+1,x+1,x+1,y) else f(n,m+1,x,y/rad(y),rad(y)), rad = squarefree kernel (A007947).
%e A128651 1 2 3 _ 4 5 6 7 _ _ 8 _ 9 10 11 _12 13 14 15 _ _ _16 ....
%e A128651 1 2 3 2 2 5 6 7 2 2 2 3 3 10 11 6 2 13 14 15 2 2 2 2 ....
%Y A128651 Cf. A013929, A007947, A003557.
%K A128651 nonn
%O A128651 1,2
%A A128651 _Reinhard Zumkeller_, Mar 18 2007