[go: up one dir, main page]

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

Search: a290079 -id:a290079
     Sort: relevance | references | number | modified | created      Format: long | short | data
Compound filter (for base-3 digit runlengths): a(n) = P(A290091(n), A290092(n)), where P(n,k) is sequence A000027 used as a pairing function.
+10
12
1, 3, 2, 3, 10, 5, 2, 5, 7, 3, 21, 5, 10, 36, 14, 5, 27, 12, 2, 5, 16, 5, 14, 23, 7, 12, 29, 3, 21, 5, 21, 78, 27, 5, 27, 12, 10, 78, 14, 36, 136, 44, 14, 90, 25, 5, 27, 23, 27, 90, 61, 12, 42, 38, 2, 5, 16, 5, 14, 23, 16, 23, 67, 5, 27, 23, 14, 44, 40, 23, 61, 80, 7, 12, 67, 12, 25, 80, 29, 38, 121, 3, 21, 5, 21, 78, 27, 5, 27, 12, 21, 465, 27, 78, 300, 90, 27
OFFSET
0,2
COMMENTS
For all i, j: a(i) = a(j) => A006047(i) = A006047(j) => A053735(i) = A053735(j).
LINKS
FORMULA
a(n) = (1/2)*(2 + ((A290091(n)+A290092(n))^2) - A290091(n) - 3*A290092(n)).
PROG
(Scheme) (define (A290093 n) (* (/ 1 2) (+ (expt (+ (A290091 n) (A290092 n)) 2) (- (A290091 n)) (- (* 3 (A290092 n))) 2)))
CROSSREFS
Cf. A006047, A053735, A290079 (some of the matched sequences).
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 25 2017
STATUS
approved
Restricted growth sequence transform of A290093.
+10
8
1, 2, 3, 2, 4, 5, 3, 5, 6, 2, 7, 5, 4, 8, 9, 5, 10, 11, 3, 5, 12, 5, 9, 13, 6, 11, 14, 2, 7, 5, 7, 15, 10, 5, 10, 11, 4, 15, 9, 8, 16, 17, 9, 18, 19, 5, 10, 13, 10, 18, 20, 11, 21, 22, 3, 5, 12, 5, 9, 13, 12, 13, 23, 5, 10, 13, 9, 17, 24, 13, 20, 25, 6, 11, 23, 11, 19, 25, 14, 22, 26, 2, 7, 5, 7, 15, 10, 5, 10, 11, 7, 27, 10, 15, 28, 18, 10, 29, 21, 5, 10, 13
OFFSET
0,2
LINKS
CROSSREFS
For all i, j: a(i) = a(j) <=> A290093(n) = A290093(n), thus this matches to all the same base-3 (ternary) related sequences as A290093: A006047, A053735, A062756, A081603, A117942, A206424, A227428, A290091, A290092, A290079, and many others.
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 26 2017
STATUS
approved

Search completed in 0.009 seconds