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.

A285324 a(n) = A000523(A285327(n)-n).

Original entry on oeis.org

1, 2, 1, 3, 1, 2, 1, 4, 1, 3, 1, 3, 1, 2, 1, 5, 1, 2, 1, 4, 1, 2, 1, 4, 1, 3, 1, 3, 1, 2, 1, 6, 1, 2, 1, 5, 1, 2, 1, 5, 1, 3, 1, 3, 1, 2, 1, 5, 1, 2, 1, 4, 1, 2, 1, 4, 1, 3, 1, 3, 1, 2, 1, 7, 1, 2, 1, 6, 1, 2, 1, 6, 1, 3, 1, 3, 1, 2, 1, 6, 1, 2, 1, 4, 1, 2, 1, 4, 1, 3, 1, 3, 1, 2, 1, 6, 1, 2, 1, 5, 1, 2, 1, 5, 1, 3, 1, 3, 1, 2, 1, 5, 1, 2, 1, 4, 1, 2, 1, 4
Offset: 1

Views

Author

Antti Karttunen, Apr 19 2017

Keywords

Crossrefs

Programs

Formula

a(n) = A000523(A285327(n)-n). [Note that A285327(n)-n is always a power of 2.]

A285325 Square array A(n,k) = A048675(A285321(n,k)), read by descending antidiagonals: A(1,1), A(1,2), A(2,1), A(1,3), A(2,2), A(3,1), ...

Original entry on oeis.org

1, 2, 2, 3, 4, 3, 4, 4, 6, 4, 5, 8, 5, 8, 5, 6, 6, 12, 5, 10, 6, 7, 8, 7, 16, 6, 12, 7, 8, 8, 10, 9, 20, 6, 14, 8, 9, 16, 9, 10, 8, 24, 7, 16, 9, 10, 10, 24, 9, 12, 10, 28, 7, 18, 10, 11, 12, 11, 32, 11, 14, 9, 32, 7, 20, 11, 12, 12, 18, 17, 40, 10, 12, 11, 36, 8, 22, 12, 13, 16, 13, 14, 12, 48, 10, 14, 13, 40, 8, 24, 13
Offset: 1

Views

Author

Antti Karttunen, Apr 17 2017

Keywords

Examples

			The top left 15x6 corner of the array:
  1,  2, 3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15
  2,  4, 4,  8,  6,  8,  8, 16, 10, 12, 12, 16, 14, 16, 16
  3,  6, 5, 12,  7, 10,  9, 24, 11, 18, 13, 20, 15, 18, 17
  4,  8, 5, 16,  9, 10,  9, 32, 17, 14, 13, 20, 17, 22, 17
  5, 10, 6, 20,  8, 12, 11, 40, 12, 20, 14, 24, 21, 18, 19
  6, 12, 6, 24, 10, 14, 10, 48, 18, 16, 19, 28, 16, 20, 18
		

Crossrefs

Row 1 & column 1: A000027.
Row 2: A285326, Row 3: A285327.

Programs

Formula

A(n,k) = A048675(A285321(n,k)).

A285323 a(n) = A065642(A065642(A019565(n))) / A019565(n).

Original entry on oeis.org

1, 4, 9, 3, 25, 4, 5, 3, 49, 4, 7, 3, 7, 4, 5, 3, 121, 4, 9, 3, 11, 4, 5, 3, 11, 4, 7, 3, 7, 4, 5, 3, 169, 4, 9, 3, 13, 4, 5, 3, 13, 4, 7, 3, 7, 4, 5, 3, 13, 4, 9, 3, 11, 4, 5, 3, 11, 4, 7, 3, 7, 4, 5, 3, 289, 4, 9, 3, 17, 4, 5, 3, 17, 4, 7, 3, 7, 4, 5, 3, 17, 4, 9, 3, 11, 4, 5, 3, 11, 4, 7, 3, 7, 4, 5, 3, 17, 4, 9, 3, 13, 4, 5, 3, 13, 4, 7, 3, 7, 4, 5, 3
Offset: 0

Views

Author

Antti Karttunen, Apr 19 2017

Keywords

Comments

After the initial a(0)=1, the third row of array A285321 divided by its first row. After 1, all terms are either primes or squares of primes. See A285110.
The sequence is completely determined by the positions of two least significant 1-bits of n: After initial zero, if n is a power of two (only one 1-bit present) or if prime(1+A285099(n)) > prime(1+A007814(n))^2, a(n) = prime(1+A007814(n))^2 = A020639(A019565(n))^2, otherwise a(n) = prime(1+A285099(n)) = A014673(A019565(n)).

Crossrefs

Programs

Formula

a(n) = A065642(A065642(A019565(n))) / A019565(n).
Showing 1-3 of 3 results.