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!)
A100397 Bell(n-1) - Fibonacci(n). 0
1, 1, 0, 0, 0, 2, 10, 44, 190, 856, 4106, 21092, 115886, 678426, 4213364, 27644060, 190898712, 1382957558, 10480140550, 82864867220, 682076801978, 5832742198292, 51724158224426, 474869816139040, 4506715738418666 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MAPLE
seq(bell(x-1)-fibonacci(x), x=0..30);
MATHEMATICA
Join[{1, 1}, Table[BellB[n-1]-Fibonacci[n], {n, 30}]] (* Harvey P. Dale, Sep 26 2017 *)
CROSSREFS
Sequence in context: A218780 A068551 A099919 * A084059 A339642 A084609
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)