A sequence of number is made like this.
We start with 1 and we rewrite 1 in the diagonal column. Then another number is made by filling a box with it's top and right neighbours' sum. And when we arrive at the 1st row, we re-write the result in the next box in the diagonal column,and continue this process.
We then note the numbers of the first rows numbers follow the sequence below
1 , 2 , 5 , 1 5 , 5 2 , 2 0 3 , 8 7 7 , 4 1 4 0 , ⋯
Now a function f ( x ) is defined as,
f ( x ) = x + 2 ! 2 x 2 + 3 ! 5 x 3 + 4 ! 1 5 x 4 + 5 ! 5 2 x 5 + 6 ! 2 0 3 x 6 + ⋯
Find ∣ f ( π i ) ∣ .
Notation: i = − 1 denotes the imaginary unit .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The construction is nothing but the Bell Triangle . And we can also see, that the function defined is the Exponential generating function of Bell numbers without the first term.......And hence, we arrive at the answer easily.....
Thanks for that!, but no kidding,i didn't know that this was something so well known and i thought i just stumbled upon it.
Log in to reply
No problemmo!! And I know how it feels when something is so well known and you come across it doing some stuff and are elated.....!!! I had this experience when I accidentally stumbled upon Sylvester's Sequence .....But, I have to ask, did you find the exact closed form of the above defined function yourself???
Log in to reply
I was solving for x^3/x!'s sum (5e) and i thought what would have been the answer if it were x^4/x! (15e) and then i did this for x^5/x! and then used wolfram after that,i was looking for some pattern in the series 1,2,5,15,52... so i subtracted consecutive terms and then subtracted there difference and arrived at that triangle Then way later (yesterday) i was trying some exponential series questions and thought of e^e^x and found the coefficient's to be similar to this here. I arrived at that function totally by mistake
Log in to reply
@Shauryam Akhoury – Wow!!! This is great...!!
Problem Loading...
Note Loading...
Set Loading...
The sequence of numbers is the Bell numbers B n , with B 0 = 1 missing. The exponential generating function of Bell numbers (see Generating function ) is
B ( x ) f ( x ) ⟹ f ( π i ) = n = 0 ∑ ∞ n ! B n x n = e e x − 1 = B ( x ) − B 0 = e e x − 1 − 1 = e e π i − 1 − 1 = e − 2 − 1 ≈ − 0 . 8 6 5
Therefore, ∣ f ( π i ) ∣ ≈ 0 . 8 6 5 .