login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073112 Number of permutations p from (1,2,3,...,n) to (1,2,3,...,n) such that 1/(1+p(1) )+1/(2+p(2) )+...+1/(n+p(n) is an integer. 0
0, 0, 0, 1, 0, 7, 6, 30, 110, 278, 1332, 3312 (list; graph; refs; listen; history; internal format)
OFFSET

1,6

PROG

(PARI) a(n)=sum(k=1, n!, if(frac(sum(i=1, n, 1/(i+component(numtoperm(n, k), i)))), 0, 1))

CROSSREFS

Sequence in context: A099255 A198460 A163260 * A070425 A163842 A038272

Adjacent sequences:  A073109 A073110 A073111 * A073113 A073114 A073115

KEYWORD

more,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 19 2002

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Jun 11 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.