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!)
A286559 Compound filter (the left & right summand of Hofstadter Q-sequence): a(n) = P(Q(n-Q(n-1)), Q(n-Q(n-2))), where P(n,k) is sequence A000027 used as a pairing function, with a(1) = a(2) = 0. 4
0, 0, 1, 2, 2, 5, 8, 8, 13, 13, 13, 25, 24, 25, 41, 32, 41, 50, 50, 61, 61, 61, 61, 113, 84, 86, 113, 113, 113, 113, 181, 128, 129, 181, 200, 163, 182, 221, 200, 221, 242, 242, 265, 265, 265, 265, 265, 481, 263, 290, 420, 363, 314, 422, 420, 365, 481, 420, 481, 481, 481, 481, 761, 512, 452, 687, 577, 513, 722, 761, 650, 687, 762, 723, 760, 722, 842, 760, 801 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
Eric Weisstein's World of Mathematics, Pairing Function
FORMULA
a(1) = a(2) = 0, for n > 2, a(n) = (1/2)*(2 + ((A005185(n-A005185(n-1))+A005185(n-A005185(n-2)))^2) - A005185(n-A005185(n-1)) - 3*A005185(n-A005185(n-2))).
PROG
(Scheme) (define (A286559 n) (if (<= n 2) 0 (* (/ 1 2) (+ (expt (+ (A005185 (- n (A005185 (- n 1)))) (A005185 (- n (A005185 (- n 2))))) 2) (- (A005185 (- n (A005185 (- n 1))))) (- (* 3 (A005185 (- n (A005185 (- n 2)))))) 2))))
CROSSREFS
Sequence in context: A284325 A358517 A035570 * A183928 A333191 A329739
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 18 2017
STATUS
approved

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