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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064842 Maximal value of sum([p(i)-p(i+1)]^2,i=1..n), where p(n+1)=p(1), as p ranges over all permutations of {1,2,...,n}. 1
0, 2, 6, 18, 36, 66, 106, 162, 232, 322, 430, 562, 716, 898, 1106, 1346, 1616, 1922, 2262, 2642, 3060, 3522, 4026, 4578, 5176, 5826, 6526, 7282, 8092, 8962, 9890, 10882, 11936, 13058, 14246, 15506, 16836, 18242, 19722, 21282, 22920 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

K. Selkirk, Re-designing the dartboard, Math. Gaz., 60 (1976), 171-178.

V. Mihai, Problem 10725, Amer. Math. Monthly, 108 (March 2001), pp. 272-273.

LINKS

G. L. Cohen and E. Tonkes, Dartboard arrangements, Elect. J. Combin., 8 (No. 2, 2001), #R4.

FORMULA

If n mod 2 = 0 then n^3/3-4*n/3+2 else n^3/3-4*n/3+1.

EXAMPLE

a(4)=18 because the values of the sum for the permutations of {1,2,3,4} are 10 (8 times), 12 (8 times) and 18 (8 times).

MAPLE

a:=proc(n) if n mod 2 = 0 then (n^3-4*n)/3+2 else (n^3-4*n)/3+1 fi end: seq(a(n), n=1..41); (Deutsch)

CROSSREFS

Cf. A064843.

Sequence in context: A197168 A034881 A146345 * A101695 A014741 A016059

Adjacent sequences:  A064839 A064840 A064841 * A064843 A064844 A064845

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Oct 25 2001

EXTENSIONS

Edited by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 30 2005

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 17 03:45 EST 2012. Contains 205978 sequences.