The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A073110 Number of permutations p of (1,2,3,...,n) such that sigma(1+p(1))+sigma(2+p(2))+...+sigma(n+p(n))=2*n^2. 0
0, 1, 0, 2, 10, 37, 121, 725, 5160, 31794, 279136, 2137531, 21305316, 213311303, 2457648287, 30357607661, 387013387043, 5245097770693 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
It seems that for any permutation p of (1,2,3,...,n) for n>3, the equation: sigma(1+p(1))+sigma(2+p(2))+...+sigma(n+p(n))=m*n^2 has solutions for m=2 only.
LINKS
PROG
(PARI) a(n)=sum(k=1, n!, if(sum(i=1, n, sigma(i+component(numtoperm(n, k), i)))-2*n^2, 0, 1))
CROSSREFS
Sequence in context: A236767 A154323 A191349 * A034547 A246604 A124646
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Aug 19 2002
EXTENSIONS
2 more terms from Ryan Propper, Aug 27 2005
a(12)-a(18) from Robert Gerbicz, Nov 21 2010
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 June 11 19:50 EDT 2024. Contains 373317 sequences. (Running on oeis4.)