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!)
A095423 Number of proper T_0-covers of an n-set. 2
0, 1, 42, 15654, 1073421588, 4611685989440629944, 85070591730234615704434641716516893512, 28948022309329048855892746252171976959574390130279817915318273546782086570304 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The next term has 154 decimal digits.
LINKS
FORMULA
a(n) = Sum(Stirling1(n, k)*A007537(k), k=1..n).
a(n) = Sum((2*Stirling1(n+1, k+1)-Stirling1(n, k))*2^(2^k-2), k=0..n).
PROG
(PARI)
a(n)=sum(k=0, n, (2*stirling(n+1, k+1, 1) - stirling(n, k, 1 )) * 2^(2^k-2) );
vector(10, n, a(n)) /* show terms */
CROSSREFS
Row sums of A095422, A095421.
Sequence in context: A275453 A268552 A227493 * A174766 A265191 A184895
KEYWORD
easy,nonn
AUTHOR
Goran Kilibarda, Vladeta Jovovic, Jun 04 2004
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 July 14 04:38 EDT 2024. Contains 374291 sequences. (Running on oeis4.)