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.

A048168 n is divisible by the square of the number of unitary divisors of n (A034444).

This page as a plain text file.
%I A048168 #7 Aug 05 2019 17:21:52
%S A048168 1,4,8,16,32,48,64,80,96,112,128,144,160,176,192,208,224,256,272,288,
%T A048168 304,320,352,368,384,400,416,432,448,464,496,512,544,576,592,608,640,
%U A048168 656,688,704,736,752,768,784,800,832,848,864,896,928,944,960,976,992
%N A048168 n is divisible by the square of the number of unitary divisors of n (A034444).
%H A048168 Amiram Eldar, <a href="/A048168/b048168.txt">Table of n, a(n) for n = 1..10000</a>
%e A048168 x=2032=16*127 has 4 unitary divisors: {1,16,127,2032} and ud[ x ]^2=16 divides 2032.
%t A048168 Select[Range[10^3], Divisible[#, 4^PrimeNu[#]] &] (* _Amiram Eldar_, Aug 05 2019 *)
%Y A048168 A034444, A046754, A048166.
%K A048168 nonn
%O A048168 1,2
%A A048168 _Labos Elemer_