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!)
A100388 a(n) = Bell(n) + Fibonacci(n). 1
1, 2, 3, 7, 18, 57, 211, 890, 4161, 21181, 116030, 678659, 4213741, 27644670, 190899699, 1382959155, 10480143134, 82864871401, 682076808743, 5832742209238, 51724158242137, 474869816167697, 4506715738465034, 44152005855113003, 445958869294851657, 4638590332230074378 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
with(combinat): seq(bell(x)+fibonacci(x), x=0..30);
MATHEMATICA
Table[Fibonacci[n]+BellB[n], {n, 0, 30}] (* Harvey P. Dale, May 20 2012 *)
PROG
(Sage) [bell_number(m) + fibonacci(m) for m in range(23)] # Zerinvary Lajos, Jul 06 2008
CROSSREFS
Sequence in context: A002864 A005248 A032102 * A186232 A160181 A096203
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 30 2004
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 29 12:47 EDT 2024. Contains 372114 sequences. (Running on oeis4.)