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!)
A286595 Compound filter (2-adic valuation & deficiency/abundance): a(n) = P(A001511(n), A286449(n)), where P(n,k) is sequence A000027 used as a pairing function. 3
1, 3, 2, 6, 4, 12, 11, 10, 16, 5, 22, 48, 37, 8, 11, 15, 46, 68, 67, 108, 22, 107, 106, 175, 137, 30, 154, 18, 172, 138, 191, 21, 67, 173, 106, 256, 232, 57, 106, 329, 277, 138, 301, 13, 37, 353, 352, 501, 407, 467, 191, 24, 466, 138, 497, 634, 562, 632, 631, 744, 704, 192, 106, 28, 352, 138, 742, 39, 301, 38, 781, 950, 862, 597, 596, 58, 631, 138, 904, 1133, 407 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Pairing Function
FORMULA
a(n) = (1/2)*(2 + ((A001511(n)+A286449(n))^2) - A001511(n) - 3*A286449(n)).
PROG
(Scheme) (define (A286595 n) (* (/ 1 2) (+ (expt (+ (A001511 n) (A286449 n)) 2) (- (A001511 n)) (- (* 3 (A286449 n))) 2)))
CROSSREFS
Sequence in context: A074323 A162255 A164073 * A348404 A218615 A177828
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 21 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 May 6 08:50 EDT 2024. Contains 372292 sequences. (Running on oeis4.)