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

A248574
a(n) = A027306(n) + A027306(n-1) for n > 0; a(0) = 1.
3
1, 2, 4, 7, 15, 27, 58, 106, 227, 419, 894, 1662, 3534, 6606, 14004, 26292, 55587, 104739, 220918, 417526, 878810, 1665242, 3498444, 6644172, 13934990, 26517902, 55531948, 105863596, 221384892, 422711484, 882865128, 1688171496, 3521765667, 6742991139
OFFSET
0,2
COMMENTS
Central terms of triangle in A249111.
LINKS
PROG
(Haskell)
a248574 0 = 1
a248574 n = a027306 (n - 1) + a027306 n
CROSSREFS
Sequence in context: A259592 A291220 A299099 * A136336 A244456 A232394
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 14 2014
STATUS
approved