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.

A324472 a(n) = 1000 mod n.

This page as a plain text file.
%I A324472 #30 Jul 09 2025 04:48:51
%S A324472 0,0,1,0,0,4,6,0,1,0,10,4,12,6,10,8,14,10,12,0,13,10,11,16,0,12,1,20,
%T A324472 14,10,8,8,10,14,20,28,1,12,25,0,16,34,11,32,10,34,13,40,20,0,31,12,
%U A324472 46,28,10,48,31,14,56,40,24,8,55,40,25,10,62,48,34,20,6,64,51,38,25,12,76
%N A324472 a(n) = 1000 mod n.
%H A324472 David A. Corneth, <a href="/A324472/b324472.txt">Table of n, a(n) for n = 1..10000</a>
%H A324472 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%F A324472 a(n) = 1000 for n >= 1001.
%F A324472 a(n) = 0 <=> n in { A018767 }.
%F A324472 a(n) = 1 <=> n > 1 and n in { A018766 }.
%e A324472 a(98) = 1000 mod 98 = 20 as 1000 = 98 * 10 + 20. - _David A. Corneth_, Mar 07 2019
%t A324472 Mod[1000,Range[100]] (* _Paolo Xausa_, Nov 14 2023 *)
%o A324472 (PARI) a(n) = 1000 % n \\ _David A. Corneth_, Mar 07 2019
%Y A324472 Cf. A018766, A018767, A048158, A051127, A090976, A324471.
%K A324472 nonn,easy
%O A324472 1,6
%A A324472 _N. J. A. Sloane_, Mar 07 2019, following a suggestion from _Charles Kusniec_