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

A266109
a(n) = A087686(1+A188163(n)); second column of A265901, second row of A265903.
5
2, 7, 12, 14, 21, 24, 26, 29, 38, 42, 45, 47, 51, 53, 56, 60, 71, 76, 80, 83, 85, 90, 93, 95, 99, 101, 104, 109, 111, 114, 118, 123, 136, 142, 147, 151, 154, 156, 162, 166, 169, 171, 176, 179, 181, 185, 187, 190, 196, 199, 201, 205, 207, 210, 215, 217, 220, 224, 230, 232, 235, 239, 244, 250, 265, 272
OFFSET
1,1
LINKS
FORMULA
a(n) = A087686(1+A188163(n)).
PROG
(Scheme, two variants)
(define (A266109 n) (A087686 (+ 1 (A188163 n))))
(define (A266109 n) (A265901bi n 2)) ;; Code for A265901bi given in A265901.
CROSSREFS
Sequence in context: A190548 A187971 A190486 * A006143 A190453 A320900
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 12 2016
STATUS
approved