OFFSET
1,2
COMMENTS
This sequence is an example demonstrating how an integer sequence (thus a rational number sequence) converges to distinct limits in all p-adic systems; that is, converges to 1 in 2-adic, to 2 in 3-adic, to k in prime(k)-adic, and so on.
Moreover, the rational number sequence a(n) / prime(n+1) ^ (primorial(n)^(n-1) * A005867(n)) converges to distinct limits in all p-adic systems as well as the real number system, with limit zero in real numbers, and limit k in prime(k)-adic, where k is any positive integer.
LINKS
Steven Lu, Table of n, a(n) for n = 1..37
EXAMPLE
For n=3, a(3)=353 since 353 is the smallest nonnegative integer x satisfying:
x == 1 (mod 2^3),
x == 2 (mod 3^2),
x == 3 (mod 5^1).
MATHEMATICA
ToString[Table[ChineseRemainder[Range[n], (Prime /@ Range[n])^Range[n, 1, -1]], {n, 12}]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Steven Lu, Feb 19 2025
STATUS
approved
