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!)
A286381 Compound filter: a(n) = P(A055881(n), A278236(n)), where P(n,k) is sequence A000027 used as a pairing function. 2
2, 5, 16, 12, 67, 9, 16, 23, 436, 80, 1771, 18, 67, 80, 1771, 668, 16111, 48, 277, 302, 7141, 2630, 64621, 14, 16, 23, 436, 80, 1771, 31, 436, 467, 21946, 1832, 87991, 94, 1771, 1832, 87991, 16292, 793171, 328, 7141, 7262, 352381, 64982, 3173941, 25, 67, 80, 1771, 668, 16111, 94, 1771, 1832, 87991, 16292, 793171, 706, 16111, 16292, 793171, 405452, 19841851 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Pairing Function
FORMULA
a(n) = (1/2)*(2 + ((A055881(n)+A278236(n))^2) - A055881(n) - 3*A278236(n)).
PROG
(Scheme) (define (A286381 n) (* (/ 1 2) (+ (expt (+ (A055881 n) (A278236 n)) 2) (- (A055881 n)) (- (* 3 (A278236 n))) 2)))
CROSSREFS
Sequence in context: A309115 A248125 A297473 * A286382 A127580 A098048
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 08 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 March 28 07:48 EDT 2024. Contains 371235 sequences. (Running on oeis4.)