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.
%I A280243 #8 Feb 16 2025 08:33:38 %S A280243 0,0,0,0,0,0,1,3,6,10,12,15,19,24,30,34,36,39,45,45,51,52,57,66,67,66, %T A280243 69,73,75,87,81,87,93,94,99,111,111,126,129,130,123,141,126,156,138, %U A280243 150,132,168,145,168,153,172,165,195,156,189,171,202,177,228,165,225,183,225,186,243,177,243,204,238,198 %N A280243 Expansion of (Sum_{k>=2} floor(1/omega(k))*x^k)^3, where omega(k) is the number of distinct prime factors (A001221). %C A280243 Number of ordered ways of writing n as sum of three prime powers (1 excluded). %H A280243 G. C. Greubel, <a href="/A280243/b280243.txt">Table of n, a(n) for n = 0..1000</a> %H A280243 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PrimePower.html">Prime Power</a> %F A280243 G.f.: (Sum_{k>=2} floor(1/omega(k))*x^k)^3. %e A280243 a(7) = 3 because we have [3, 2, 2], [2, 3, 2] and [2, 2, 3]. %t A280243 nmax = 70; CoefficientList[Series[(Sum[Floor[1/PrimeNu[k]] x^k, {k, 2, nmax}])^3, {x, 0, nmax}], x] %Y A280243 Cf. A001221, A098238, A246655. %K A280243 nonn %O A280243 0,8 %A A280243 _Ilya Gutkovskiy_, Dec 29 2016