OFFSET
1,2
COMMENTS
The sequence of consecutive integers is the smallest such sequence.
REFERENCES
K. H. Rosen, Elementary Number Theory and its Applications, Addison-Wesley, 1984, page 113.
EXAMPLE
a(4)=29348. 29348 is divisible by 4, 29349 is divisible by 9, 29350 is divisible by 25, 29351 is divisible by 49.
The first few rows of the triangle of quotients are:
0;
2, 1;
137, 61, 22;
7337, 3261, 1174, 599;
327062, 145361, 52330, 26699, 10812;
163078112, 72479161, 26092498, 13312499, 5391012, 3859837;
- Michel Marcus, Oct 27 2014
MATHEMATICA
Table[ChineseRemainder[Reverse[Range[-k, 0]], Table[Prime[n]^2, {n, 1, k + 1}]], {k, 0, 13}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Oct 26 2014
STATUS
approved
