login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A002987
a(1) = 1; a(2) = 2; a(n) == a(k) (mod n-k) for all 1 < k < n.
(Formerly M0169)
1
1, 2, 1, 4, 5, 46, 37, 176, 289, 1450, 641, 24652, 15061, 18734, 110125, 46216, 3137, 1460386, 10506529, 78796820, 77855941, 123250702, 55222421, 3066673744, 54926785, 4846380026, 20185744177, 58863278476, 7499028629, 1410916015630
OFFSET
1,2
REFERENCES
S. A. Burr, personal communication.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
MATHEMATICA
t = {1, 2}; Do[AppendTo[t, ChineseRemainder[t, Reverse[Range[Length[t]]]]], {n, 3, 30}] (* T. D. Noe, Dec 29 2011 *)
CROSSREFS
Sequence in context: A137424 A083007 A309845 * A210958 A188925 A063872
KEYWORD
nonn
STATUS
approved