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-4 of 4 results.

A174892 a(n) = A074206(n) - A174889(n).

Original entry on oeis.org

0, 1, 1, 1, 1, 2, 1, 3, 1, 2, 1, 7, 1, 2, 2, 7, 1, 7, 1, 7, 2, 2, 1, 19, 1, 2, 3, 7, 1, 13, 1, 15, 2, 2, 2, 25, 1, 2, 2, 19, 1, 13, 1, 7, 7, 2, 1, 47, 1, 7, 2, 7, 1, 19, 2, 19, 2, 2, 1, 43, 1, 2, 7, 31, 2, 13, 1, 7, 2, 13, 1, 75, 1, 2, 7, 7, 2
Offset: 1

Views

Author

Mats Granvik, Apr 01 2010

Keywords

Crossrefs

A174888 Triangle read by rows. Row sums = Mobius function A008683, row counts of nonzero elements = A074206.

Original entry on oeis.org

1, 0, -1, 0, -1, 0, 1, -1, 0, 0, 0, -1, 0, 0, 0, 1, -1, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 1, -1, 1, -1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 1, -1, 1, -1, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 1, 0, 0
Offset: 1

Views

Author

Mats Granvik, Apr 01 2010

Keywords

Comments

This table cannot be completed as a triangle beyond row 95 because the ordered factorization value for 96 is 112, which is greater than the row length 96. Values in the first column are either zero or one, and are chosen so that the number of nonzero elements in each row equals A074206 while rows sums equals A008683. The row indices for nonzero elements in the 1st column are A174891.

Examples

			Table begins:
n\k|....1....2....3....4....5....6....7....8....9...10
---|--------------------------------------------------
1..|....1
2..|....0...-1
3..|....0...-1....0
4..|....1...-1....0....0
5..|....0...-1....0....0....0
6..|....1...-1....1....0....0....0
7..|....0...-1....0....0....0....0....0
8..|....1...-1....1...-1....0....0....0....0
9..|....1...-1....0....0....0....0....0....0....0
10.|....1...-1....1....0....0....0....0....0....0....0
Notice that the 30th row begins with a zero:
0,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1
		

Crossrefs

Formula

First column = A174889.
Beginning from the second column: a(n)=if k<=A074206 then ((-1)^(k+1)) else 0.

A174891 Row indices for nonzero elements in first column of A174888.

Original entry on oeis.org

1, 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 38, 39, 40, 44, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 64, 65, 68, 69, 72, 74, 75, 76, 77
Offset: 1

Views

Author

Mats Granvik, Apr 01 2010

Keywords

Comments

Compare with nonprimes A018252. 30 is not a member of this sequence. Neither is 42.

Crossrefs

A261447 The number of distinct prime factors of the number of proper divisors of n.

Original entry on oeis.org

0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 2, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1
Offset: 2

Views

Author

R. J. Mathar, Aug 19 2015

Keywords

Comments

Starts to differ from A174889 at n=64.
The first 2 occurs at n = 64, the first 3 at n = 1081080.
The first 4 occurs at n = 75424789440 and the first 5 occurs at 2474044411193114760000. - Charles R Greathouse IV, Aug 20 2015

Crossrefs

Programs

Formula

a(n) = A001221(A032741(n)).
Showing 1-4 of 4 results.