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”).

A286453
Compound filter: a(n) = P(A061395(n), A286465(n)), where P(n,k) is sequence A000027 used as a pairing function.
2
0, 2, 5, 11, 94, 5, 14, 254, 17, 9, 195, 47, 259, 500, 9, 11, 413, 138, 44, 303, 32, 20, 2784, 47, 354, 216, 5, 329, 506, 9, 77, 3161, 356, 35, 175, 107, 202, 2709, 216, 24, 11188, 14, 420, 356, 24, 285, 450, 498, 70, 2349, 35, 51, 115937, 5, 20, 329, 74, 310, 3420, 864, 1243, 336, 500, 11, 384, 20, 580, 47285, 87, 14, 615, 498, 1296, 3015, 9, 74, 3491, 216
OFFSET
1,2
FORMULA
a(n) = (1/2)*(2 + ((A061395(n)+A286465(n))^2) - A061395(n) - 3*A286465(n)).
PROG
(Scheme) (define (A286453 n) (* (/ 1 2) (+ (expt (+ (A061395 n) (A286465 n)) 2) (- (A061395 n)) (- (* 3 (A286465 n))) 2)))
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 14 2017
STATUS
approved