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

A265909
Submain diagonal of array A265903: a(n) = A265903(n+1, n).
3
2, 15, 58, 126, 475, 1006, 2036, 4093, 16006, 32584, 65402, 130934, 262095, 524251, 1048554, 2097148
OFFSET
1,1
FORMULA
a(n) = A265903(n+1, n).
PROG
(Scheme) (define (A265909 n) (A265903bi (+ 1 n) n)) ;; Code for A265903bi given in A265903.
CROSSREFS
Sequence in context: A305673 A268761 A088979 * A034571 A295828 A126019
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Jan 10 2016
STATUS
approved