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.

Showing 1-3 of 3 results.

A072700 A072698(n) / A072699(n).

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 4, 17, 19, 5, 23, 29, 31, 7, 6, 37, 8, 41, 4, 43, 47, 10, 53, 8, 11, 59, 61, 9, 67, 13, 71, 73, 9, 6, 79, 83, 11, 16, 89, 10, 17, 12, 97, 101, 103, 5, 107, 109, 6, 20, 113, 8, 14, 12, 22, 127, 23, 131, 13, 137, 139, 25, 12, 17, 149, 151, 18, 157, 28, 15
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 04 2002

Keywords

Examples

			a(19) = A072698(19)/A072699(19) = 12/3 = 4.
		

Crossrefs

A072697 Squarefree numbers such that the sum of the prime factors is a multiple of the number of prime factors.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 15, 17, 19, 21, 23, 29, 31, 33, 35, 37, 39, 41, 42, 43, 47, 51, 53, 55, 57, 59, 61, 65, 67, 69, 71, 73, 77, 78, 79, 83, 85, 87, 89, 91, 93, 95, 97, 101, 103, 105, 107, 109, 110, 111, 113, 114, 115, 119, 123, 127, 129, 131, 133, 137, 139, 141, 143
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 04 2002

Keywords

Examples

			42=2*3*7: number of factors = 3 and sum of factors =2+3+7=12, as 12=4*3, 42 is a term: a(19)=42, A072698(19)=3, A072699(19)=12 and A072700(19)=4 contributes 1 count for A072701(4), as (2+3+7)/3=4.
		

Crossrefs

Programs

  • Magma
    [k:k in [2..200]| IsSquarefree(k) and IsIntegral(&+PrimeDivisors(k)/#PrimeDivisors(k))]; // Marius A. Burtea, Nov 14 2019
  • Mathematica
    Select[ Range[2, 143], SquareFreeQ[#] && Divisible[ Tr[ fi = FactorInteger[#][[All, 1]]], Length[fi]]& ](* Jean-François Alcover, Jul 11 2012 *)

A072699 Number of prime factors of A072697(n).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 2, 1, 2, 1, 3, 1, 1, 2, 1, 2, 2, 1, 1, 2, 1, 2, 1, 1, 2, 3, 1, 1, 2, 2, 1, 2, 2, 2, 1, 1, 1, 3, 1, 1, 3, 2, 1, 3, 2, 2, 2, 1, 2, 1, 2, 1, 1, 2, 2, 2, 1, 1, 2, 1, 2, 2, 1, 1, 3, 1, 2, 1, 1, 2, 2, 3, 2, 1, 1, 3, 1, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 3, 1, 1, 1, 3, 3, 1, 2, 2
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 04 2002

Keywords

Comments

a(n) = A001222(A072697(n)) = A001221(A072697(n)).

Examples

			a(19) = A001222(A072697(19)) = A001222(42) = A001222(2*3*7) = 3.
		

Crossrefs

Showing 1-3 of 3 results.