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.

A384790 Numbers with a record number of ways in which they can be expressed as b^2 * c^3, with b and c >= 1.

This page as a plain text file.
%I A384790 #17 Jun 10 2025 12:36:07
%S A384790 1,64,4096,46656,2985984,191102976,2176782336,12230590464,46656000000,
%T A384790 2985984000000,34012224000000,191102976000000,2176782336000000,
%U A384790 139314069504000000,351298031616000000,4001504141376000000,22483074023424000000,256096265048064000000,16390160963076096000000
%N A384790 Numbers with a record number of ways in which they can be expressed as b^2 * c^3, with b and c >= 1.
%C A384790 Indices of records of A370256.
%C A384790 All the terms are powerful numbers since A370256(1) = 1 and A370256(n) = 0 if n is a nonpowerful number.
%C A384790 The corresponding record values are 1, 2, 3, 4, 6, 8, 9, 10, 12, 16, 18, 20, ... (see the link for more values).
%H A384790 Amiram Eldar, <a href="/A384790/b384790.txt">Table of n, a(n) for n = 1..61</a>.
%H A384790 Amiram Eldar, <a href="/A384790/a384790.txt">n, a(n), A370256(a(n)) for n = 1..61</a>.
%H A384790 <a href="/index/Pow#powerful">Index entries for sequences related to powerful numbers</a>.
%t A384790 f[p_, e_] := Floor[(e + 2)/2] - Floor[(e + 2)/3]; s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; With[{lps = Cases[Import["https://oeis.org/A025487/b025487.txt", "Table"], {_, _}][[;; , 2]]}, sm = -1; seq = {}; Do[s1 = s[lps[[i]]]; If[s1 > sm, sm = s1; AppendTo[seq, lps[[i]]]], {i, 1, Length[lps]}]; seq]
%Y A384790 Subsequence of A001694 and A025487 (i.e., of A181800).
%Y A384790 Cf. A002182 (sixth root), A046055, A057523, A370256, A384791 (cubefull analog).
%K A384790 nonn
%O A384790 1,2
%A A384790 _Amiram Eldar_, Jun 10 2025