login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110421 Integers with mutual residues -4. 0

%I #2 Mar 30 2012 18:59:35

%S 5,9,41,1841,3396641,11537183669441,133106607022462246291930241,

%T 17717368833032195779538884761310335951434822778039041

%N Integers with mutual residues -4.

%C This is the special case k=4 of sequences with mutual residues -k. In general, a(1)=k+1 and a(n)=min{m | m>a(n-1), mod(m,a(i))=-k, i=1,...,n-1}.

%C An infinite coprime sequence

%H S. Mustonen, <a href="http://www.survo.fi/papers/resseq.pdf">On integer sequences with mutual k-residues</a>

%F a(1)=5, a(2)=9, a(n)=-1+a(1)*a(2)*...*a(n-1)

%F a(n)=a(n)^2+4*a(n)-4, n>3

%p a:=proc(k,n::nonnegint) option remember; if n<3 then RETURN(n*k+1); fi; if n=3 then RETURN(a(k,1)*a(k,2)-k); fi; a(k,n-1)*(a(k,n-1)+k)-k; end; seq(a(4,n),n=1..9);

%K nonn

%O 1,1

%A _Seppo Mustonen_, Sep 11 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)