login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069223 Generalized Bell numbers. 11

%I

%S 1,34,2971,513559,149670844,66653198353,42429389528215,

%T 36788942253042556,41888564490333642283,60862147523250910055785,

%U 110264570238241604072673394,244397290937585028603794094349,652229940568729289038518033117685,2067551365133160531453420400711013314,7694635622932764203876848262780670955447

%N Generalized Bell numbers.

%C a(n) occurs in the process of normal ordering of the n-th power of a product of the cubes of the boson creation and boson annihilation operators.

%C a(11)=110264570238241604072673394 =~ 10^26.

%C Contribution from Peter Luschny, Mar 27 2011: (Start) Let B_{m}(x) = sum_{j>=0}(exp(j!/(j-m)!*x-1)/j!) then a(n) = n! [x^n] taylor(B_{3}(x)), where [x^n] denotes the coefficient of x^n in the Taylor series for B_{3}(x).

%C a(n) is row 3 of the square array representation of A090210. (End)

%D P. Blasiak, K. A. Penson and A. I. Solomon, The general boson normal ordering problem, Phys. Lett. A 309 (2003) 198-205.

%D M. Schork, On the combinatorics of normal ordering bosonic operators and deforming it, J. Phys. A 36 (2003) 4651-4665.

%H P. Blasiak, K. A. Penson and A. I. Solomon, <a href="http://arXiv.org/abs/quant-ph/0212072">The Boson Normal Ordering Problem and Generalized Bell Numbers</a>

%H P. Blasiak, K. A. Penson and A. I. Solomon, <a href="http://www.arXiv.org/abs/quant-ph/0402027">The general boson normal ordering problem.</a>

%H K. A. Penson, P. Blasiak, A. Horzela, A. I. Solomon and G. H. E. Duchamp, <a href="http://arxiv.org/abs/0904.0369">Laguerre-type derivatives: Dobinski relations and combinatorial identities</a>, J. Math. Phys. 50, 083512 (2009).

%F a(n)= sum((((k+3)!)^n)/((k+3)!*(k!)^n), k=0..infinity)/exp(1), n>=1. This is a Dobinski-type summation formula.

%F a(n)= (sum(((k*(k-1)*(k-2))^n)/k!, k=3..infinity)/exp(1), n>=1. Usually a(0) := 1. (From eq.(26) with r=3 of the Schork reference; rewritten original eq.(25) with r=3 of the Blasiak et al. reference.)

%F E.g.f. with a(0) := 1: (sum((exp(k*(k-1)*(k-2)*x))/k!, k=3..infinity)+5/2)/exp(1). From top of p. 4656 with r=3 of the Schork reference.

%p A069223 := proc(n) local r,s,i;

%p if n=0 then 1 else r := [seq(4,i=1..n-1)]; s := [seq(1,i=1..n-1)];

%p exp(-x)*6^(n-1)*hypergeom(r,s,x); round(evalf(subs(x=1,%),99)) fi end:

%p seq(A069223(n),n=1..15); # - Peter Luschny, Mar 30, 2011

%t f[n_] := f[n] = Sum[(k + 3)!^n/((k + 3)!*(k!^n)*E), {k, 0, Infinity}]; Table[ f[n], {n, 1, 9}]

%Y Cf. A000110 and A020556, if k+3 is replaced by k+1 or k+2, respectively.

%Y Cf. A090210.

%K nonn,easy

%O 1,2

%A _Karol A. Penson_, Apr 12 2002

%E Edited by _Robert G. Wilson v_, Apr 30 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 19:50 EDT 2013. Contains 226416 sequences.