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.

A345284 a(n) = Sum_{p|n, p prime} (p #).

This page as a plain text file.
%I A345284 #12 Apr 01 2025 19:19:40
%S A345284 0,2,6,2,30,8,210,2,6,32,2310,8,30030,212,36,2,510510,8,9699690,32,
%T A345284 216,2312,223092870,8,30,30032,6,212,6469693230,38,200560490130,2,
%U A345284 2316,510512,240,8,7420738134810,9699692,30036,32,304250263527210,218,13082761331670030,2312,36
%N A345284 a(n) = Sum_{p|n, p prime} (p #).
%F A345284 G.f.: Sum_{k>=1} prime(k)# * x^prime(k) / (1 - x^prime(k)). - _Ilya Gutkovskiy_, Sep 10 2021
%F A345284 a(prime(n)) = A002110(n). - _Wesley Ivan Hurt_, Oct 18 2021
%e A345284 a(14) = Sum_{p|14} p # = 2 # + 7 # = 2 + 7*5*3*2 = 212.
%t A345284 Table[Sum[Product[i^(PrimePi[i] - PrimePi[i - 1]), {i, k}] (PrimePi[k] - PrimePi[k - 1]) (1 - Ceiling[n/k] + Floor[n/k]), {k, n}], {n, 60}]
%Y A345284 Cf. A002110, A062797.
%K A345284 nonn
%O A345284 1,2
%A A345284 _Wesley Ivan Hurt_, Jun 12 2021