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

%I #5 Jan 21 2019 19:01:55

%S 1,1,0,0,0,2,10,44,190,856,4106,21092,115886,678426,4213364,27644060,

%T 190898712,1382957558,10480140550,82864867220,682076801978,

%U 5832742198292,51724158224426,474869816139040,4506715738418666

%N Bell(n-1) - Fibonacci(n).

%p seq(bell(x-1)-fibonacci(x),x=0..30);

%t Join[{1,1},Table[BellB[n-1]-Fibonacci[n],{n,30}]] (* _Harvey P. Dale_, Sep 26 2017 *)

%K nonn

%O 0,6

%A _Jorge Coveiro_, Dec 30 2004

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