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!)
A286458 Compound filter: a(n) = P(A286448(n), A286449(n)), where P(n,k) is sequence A000027 used as a pairing function. 2

%I #10 May 14 2017 15:55:32

%S 1,1,2,3,13,25,24,15,61,5,85,113,112,64,87,55,201,243,242,313,204,393,

%T 451,513,137,22,613,250,723,651,842,276,67,844,196,1015,1107,657,196,

%U 1253,1355,1020,1407,559,812,795,1744,1864,833,2051,1062,101,2181,1363,2384,2524,597,2741,2891,3045,3203,1935,1756,1081,1249,1938,3703,1534,441

%N Compound filter: a(n) = P(A286448(n), A286449(n)), where P(n,k) is sequence A000027 used as a pairing function.

%C For all i, j: a(i) = a(j) => A286385(i) = A286385(j).

%H Antti Karttunen, <a href="/A286458/b286458.txt">Table of n, a(n) for n = 1..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PairingFunction.html">Pairing Function</a>

%F a(n) = (1/2)*(2 + ((A286448(n)+A286449(n))^2) - A286448(n) - 3*A286449(n)).

%F a(n) = A286459(A048673(n)).

%o (Scheme) (define (A286458 n) (* (/ 1 2) (+ (expt (+ (A286448 n) (A286449 n)) 2) (- (A286448 n)) (- (* 3 (A286449 n))) 2)))

%Y Cf. A000027, A033879, A048673, A252748, A286385, A286448, A286449, A286459.

%K nonn

%O 1,3

%A _Antti Karttunen_, May 14 2017

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)