login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A059588
a(n)=Sum_{i=0..n} |stirling1(n,i)|*2^(2^i).
1
2, 4, 20, 312, 67272, 4295632512, 18446744138139694080, 340282366920938463850756233731336688000, 115792089237316195423570985008687907862797890939426841022371924616155698285440
OFFSET
0,1
MAPLE
with(combinat): for n from 0 to 10 do printf(`%d, `, sum(abs(stirling1(n, i))*2^(2^i), i=0..n)) od:
CROSSREFS
Cf. A059085, row sums of A059587.
Sequence in context: A145614 A145626 A228808 * A132498 A325050 A325503
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Jan 23 2001
EXTENSIONS
More terms from James A. Sellers, Jan 24 2001
STATUS
approved