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!)
A140588 a(n) = Bell(n) * Fibonacci(n). 0
0, 1, 2, 10, 45, 260, 1624, 11401, 86940, 718998, 6378625, 60392730, 606757968, 6441153821, 71969044394, 843604712450, 10343900299089, 132335197076988, 1762486467114856, 24386695159343317, 349913930462291580, 5197925007651796446, 79818442443640537653 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
with(combinat): seq(bell(x)*fibonacci(x), x=0..30);
MATHEMATICA
Table[BellB[n, 1]*Fibonacci[n, 1], {n, 0, 20}] (* Zerinvary Lajos, Jul 16 2009 *)
PROG
(Sage) [bell_number(m) * fibonacci(m) for m in range(21)]
CROSSREFS
Sequence in context: A068484 A192704 A005963 * A137334 A209010 A306752
KEYWORD
nonn
AUTHOR
Zerinvary Lajos, Jul 06 2008
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 May 12 06:47 EDT 2024. Contains 372432 sequences. (Running on oeis4.)