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!)
A337053 a(n) = exp(2) * Sum_{i>=0} Sum_{j>=0} (-1)^(i+j) * (i*j)^n / (i! * j!). 0
1, 1, 0, 1, 1, 4, 81, 81, 2500, 71289, 170569, 4752400, 314388361, 2553584089, 12138750976, 3868290439209, 98777141491561, 74627448683524, 77548359598953721, 6456459980629467081, 96370747288471888164, 738333256838429983201, 526354651474052521626801 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Squares of complementary Bell numbers.
LINKS
FORMULA
a(n) = A000587(n)^2.
MATHEMATICA
Table[Exp[2] Sum[Sum[(-1)^(i + j) (i j)^n/(i! j!), {j, 0, Infinity}], {i, 0, Infinity}], {n, 0, 22}]
Table[BellB[n, -1]^2, {n, 0, 22}]
CROSSREFS
Sequence in context: A339854 A116189 A159063 * A258981 A072363 A272884
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 12 2020
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)