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!)
A220282 E.g.f.: 1/(1-x) = Sum_{n>=0} a(n) * exp(-n^2*x) * x^n/n!. 1
1, 1, 4, 51, 1480, 79765, 7010496, 920281831, 169526669824, 41844075277545, 13357347571244800, 5362349333225289691, 2646862288162043664384, 1576780272924188221429501, 1116120717235502072828661760, 926421799655193830945493519375, 891516461371835173578650979598336 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Compare to the identity: 1/(1-x) = Sum_{n>=0} n^n * exp(-n*x) * x^n/n!.
Compare to the o.g.f. of A007820:
Sum_{n>=0} S2(2*n,n)*x^n = Sum_{n>=0} (n^2)^n * exp(-n^2*x) * x^n/n!.
LINKS
EXAMPLE
E.g.f.: 1/(1-x) = 1 + 1*exp(-x)*x + 4*exp(-2^2*x)*x^2/2! + 51*exp(-3^2*x)*x^3/3! + 1480*exp(-4^2*x)*x^4/4! + 79765*exp(-5^2*x)*x^5/5! + 7010496*exp(-6^2*x)*x^6/6!+...
PROG
(PARI) {a(n)=n!*polcoeff(1/(1-x+x*O(x^n))-sum(k=0, n-1, a(k)*x^k/k!*exp(-k^2*x+x*O(x^n))), n)}
for(n=0, 16, print1(a(n), ", "))
CROSSREFS
Sequence in context: A230401 A293075 A300732 * A235326 A210834 A287231
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 11 2012
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 April 23 11:27 EDT 2024. Contains 371913 sequences. (Running on oeis4.)