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!)
A245106 a(n) = Sum_{k=0..n} binomial(n,k) * 2^((n-k)^2) * 3^(k^2). 1
1, 5, 109, 20825, 43283641, 847757178125, 150104882696162149, 239301431405467344190625, 3433687649167507509801752071921, 443426550049486796441016276819404703125, 515377529600543569431994967945053326153797481949 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: ( Sum_{n>=0} 2^(n^2)*x^n/n! ) * ( Sum_{n>=0} 3^(n^2)*x^n/n! ).
a(n) ~ 3^(n^2). - Vaclav Kotesovec, Sep 03 2017
EXAMPLE
E.g.f.: A(x) = 1 + 5*x + 109*x^2/2! + 20825*x^3/3! + 43283641*x^4/4! + 847757178125*x^5/5! +...
where A(x) = B(x)*C(x) with
B(x) = 1 + 2*x + 2^4*x^2/2! + 2^9*x^3/3! + 2^16*x^4/4! + 2^25*x^5/5! +...
C(x) = 1 + 3*x + 3^4*x^2/2! + 3^9*x^3/3! + 3^16*x^4/4! + 3^25*x^5/5! +...
PROG
(PARI) {a(n)=sum(k=0, n, binomial(n, k)*2^((n-k)^2)*3^(k^2))}
for(n=0, 16, print1(a(n), ", "))
CROSSREFS
Cf. A197356.
Sequence in context: A296743 A358781 A188457 * A244004 A003465 A177680
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 12 2014
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)