login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)