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.

A346423 Numbers m such that Sum_{k=1..m} omega(k) = sigma(m).

Original entry on oeis.org

11, 230, 52830, 160908, 6134334960
Offset: 1

Views

Author

Metin Sariyar, Jul 16 2021

Keywords

Comments

Numbers k such that A013939(k) = sigma(k).

Examples

			The sum of number of distinct primes dividing numbers up to 11 is 1+1+1+1+2+1+1+1+2+1 = sigma(11), so 11 is a term.
		

Crossrefs

Programs

  • Mathematica
    s=0;Do[s=s+PrimeNu[n];If[DivisorSigma[1,n]==s,Print[n]],{n,2,160908}]

Extensions

a(5) from Martin Ehrenstein, Aug 22 2021