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.

A352915 Moebius transform of odd primes.

This page as a plain text file.
%I A352915 #33 Apr 27 2022 10:39:52
%S A352915 3,2,4,6,10,8,16,12,22,16,34,18,40,26,36,36,58,28,68,36,56,44,86,44,
%T A352915 88,58,78,56,110,48,128,78,98,86,122,66,160,94,126,94,178,76,190,108,
%U A352915 124,120,220,94,210,114,174,132,248,112,216,148,196,162,278,96
%N A352915 Moebius transform of odd primes.
%F A352915 Sum_{n>=1} a(n) * x^n / (1 - x^n) = Sum_{n>=1} prime(n+1) * x^n.
%F A352915 a(n) = Sum_{d|n} mu(n/d)* prime(d+1).
%t A352915 Table[DivisorSum[n, MoebiusMu[n/#] Prime[# + 1] &], {n, 1, 60}]
%o A352915 (PARI) a(n) = sumdiv(n, d, moebius(n/d)* prime(d+1)); \\ _Michel Marcus_, Apr 27 2022
%Y A352915 Cf. A007444, A030013, A065091, A353078.
%K A352915 nonn
%O A352915 1,1
%A A352915 _Ilya Gutkovskiy_, Apr 26 2022