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.

A280114 Partial sums of A175317 (Sum_{d|n} pod(d)).

This page as a plain text file.
%I A280114 #14 Aug 18 2025 14:34:14
%S A280114 1,4,8,19,25,67,75,150,181,289,301,2079,2093,2299,2533,3632,3650,9551,
%T A280114 9571,17687,18139,18637,18661,352279,352410,353102,353862,376028,
%U A280114 376058,1186430,1186462,1220329,1221433,1222609,1223847,11309180,11309218,11310684
%N A280114 Partial sums of A175317 (Sum_{d|n} pod(d)).
%C A280114 pod(n) is the product of the divisors of n (A007955).
%F A280114 a(n) = Sum_{i=1..n} A175317(i).
%t A280114 Accumulate@ Array[Sum[Times @@ Divisors@ d, {d, Divisors@ #}] &, 38] (* _Michael De Vlieger_, Dec 26 2016 *)
%o A280114 (Magma) [&+[&+[&*[b: b in Divisors(d)]: d in Divisors(k)]: k in [1..n]]: n in [1..1000]];
%Y A280114 Cf. A007955, A175317, A206032, A280085 (partial sums of A206032), A280115 (partial products of A175317).
%K A280114 nonn
%O A280114 1,2
%A A280114 _Jaroslav Krizek_, Dec 26 2016