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!)
A192574 a(n) = Sum_{k=0..n} binomial(n,k)*floor(sqrt(Bell(k)))*floor(sqrt(Bell(n-k))). 2
1, 2, 4, 10, 28, 84, 282, 968, 3574, 13526, 53248, 215288, 889072, 3749808, 16120368, 70569136, 314384296, 1424490556, 6561255338, 30706715780, 145947430208, 704170163362, 3447329246534, 17116783509170, 86161074446406, 439511863198824, 2271055875812692 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Sum[Binomial[n, k]Floor[Sqrt[BellB[k]]]Floor[Sqrt[BellB[n-k]]], {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum(binomial(n, k)*floor(sqrt(belln(k)))*floor(sqrt(belln(n-k))), k, 0, n), n, 0, 28);
CROSSREFS
Sequence in context: A262543 A348197 A289709 * A135336 A149825 A149826
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Jul 04 2011
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 July 28 12:33 EDT 2024. Contains 374691 sequences. (Running on oeis4.)