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

A265900
Main diagonal of arrays A265901 and A265903.
4
1, 7, 27, 62, 227, 496, 1013, 2045, 7893, 16226, 32650, 65414, 131026, 262109, 524267, 1048572
OFFSET
1,2
FORMULA
a(n) = A265901(n,n) = A265903(n,n).
PROG
(Scheme) (define (A265900 n) (A265901bi n n)) ;; Code for A265901bi given in A265901.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Jan 09 2016
STATUS
approved