Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A052517
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A052517 Number of pairs of cycles of cardinality at least 1. +0
8
0, 0, 2, 6, 22, 100, 548, 3528, 26136, 219168, 2053152, 21257280, 241087680, 2972885760, 39605518080, 566931294720, 8678326003200, 141468564787200, 2446811181158400, 44753976117043200, 863130293635276800 (list; graph; listen)
OFFSET

0,3

REFERENCES

G. Boole, A Treatise On The Calculus of Finite Differences, Dover, 1960, p. 30.

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 83

FORMULA

Recurrence: {a(1)=0, a(0)=0, a(2)=2, (n^2+2*n+1)*a(n+1)+(-2*n-3)*a(n+2)+a(n+3)}

E.g.f.: (ln(1-x))^2. - Michael Somos Feb 05 2004

MAPLE

pairsspec := [S, {S=Prod(B, B), B=Cycle(Z)}, labeled]: seq(combstruct[count](pairsspec, size=n), n=0..20);

PROGRAM

(PARI) a(n)=if(n<0, 0, n!*sum(k=1, n-1, 1/k/(n-k)))

CROSSREFS

Equals 2 * A000254(n+1), n>0.

Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Oct 16 2009: (Start)

Equals, for n=>2, the second right hand column of A028421.

(End)

Sequence in context: A012266 A009468 A088819 this_sequence A012270 A009585 A012267

Adjacent sequences: A052514 A052515 A052516 this_sequence A052518 A052519 A052520

KEYWORD

easy,nonn

AUTHOR

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

EXTENSIONS

Typos in Maple program fixed by Johannes W. Meijer (meijgia(AT)hotmail.com), Oct 16 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 13 23:45 EST 2009. Contains 170824 sequences.


AT&T Labs Research