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.

A086047 Sum of first n 5-almost primes.

This page as a plain text file.
%I A086047 #12 Apr 28 2025 16:12:39
%S A086047 32,80,152,232,340,452,572,734,902,1078,1258,1458,1666,1909,2161,2425,
%T A086047 2695,2967,3247,3547,3851,4163,4531,4909,5301,5697,6102,6510,6930,
%U A086047 7370,7820,8276,8740,9208,9704,10204,10724,11276,11843,12431,13023,13617
%N A086047 Sum of first n 5-almost primes.
%C A086047 Elements in this sequence can themselves be 5-almost primes. a(1) = 32 = 2^5. a(2) = 80 = 2^4 * 5. a(27) = 6102 = 2 * 3^3 * 113 a(28) = 6510 = 2 * 3 * 5 * 7 * 31 a(31) = 7820 = 2^2 * 5 * 17 * 23 a(33) = 8740 = 2^2 * 5 * 19 * 23. Does this happen infinitely often? - _Jonathan Vos Post_, Dec 11 2004
%H A086047 Robert Israel, <a href="/A086047/b086047.txt">Table of n, a(n) for n = 1..10000</a>
%e A086047 a(2)=80 because sum of first two 5-almost primes, i.e. 32+48, is 80.
%t A086047 Accumulate[Select[Range[1000],PrimeOmega[#]==5&]] (* _Harvey P. Dale_, Jan 19 2018 *)
%Y A086047 Partial sums of A014614.
%K A086047 easy,nonn
%O A086047 1,1
%A A086047 _Shyam Sunder Gupta_, Aug 24 2003