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

A284822 a(n)=least k such that A284821(n) = A284761(k).

Original entry on oeis.org

1, 8, 9, 39, 80, 95, 224, 384, 999, 1088, 3159, 3968, 9800, 10240, 11024, 21024, 34815, 53375, 57343, 71000, 120735, 155648, 176000, 485375, 590975, 860624, 899199, 1179647, 1600640, 1677024, 1791999, 2893400, 3276800, 4096575, 4405247, 4718592, 6990624
Offset: 1

Views

Author

Rémy Sigrist, Apr 03 2017

Keywords

Crossrefs

A284761 a(n) = gcd(A279513(n), A279513(n+1)).

Original entry on oeis.org

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

Views

Author

Rémy Sigrist, Apr 02 2017

Keywords

Comments

Two consecutive numbers, say n and n+1, cannot share a prime factor (gcd(n, n+1)=1). However, their prime tower factorizations can share some prime numbers; this is the case iff a(n)>1 (see A182318 for the definition of the prime tower factorization of a number).
If p is prime, then a(p-1) = a(p) = 1.
If p is an odd prime, then a(p^2) = 2.
This sequence contains a multiple of p for any prime p:
- let m = A074792(p)^p-1,
- m is a multiple of p, hence p divides A279513(m),
- m+1 = A074792(p)^p, hence p divides A279513(m+1),
- hence p divides gcd(A279513(m), A279513(m+1)) = a(m).
This sequence contains infinitely many distinct values; see A284821 for these distinct values in order of appearance, and A284822 for the corresponding indexes.

Examples

			a(8) = gcd(A279513(8), A279513(9)) = gcd(A279513(2^3), A279513(3^2)) = gcd(2*3, 3*2) = 6.
		

Crossrefs

Showing 1-2 of 2 results.