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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078707 Number of vectors of length n that are symmetric about the middle, where each element is drawn from a set of n distinct elements. 0
1, 2, 9, 16, 125, 216, 2401, 4096, 59049, 100000, 1771561, 2985984, 62748517, 105413504, 2562890625, 4294967296, 118587876497, 198359290368, 6131066257801, 10240000000000, 350277500542221, 584318301411328 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = n^(floor([(n+1)/2]))

PROG

(PARI) for(n=1, 22, print1(n^((n+n%2)/2), ", "))

CROSSREFS

Cf. A004526.

Sequence in context: A032136 A032040 A045661 * A085332 A204424 A062981

Adjacent sequences:  A078704 A078705 A078706 * A078708 A078709 A078710

KEYWORD

nonn

AUTHOR

Mark Sterling (half_trac(AT)hotmail.com), Dec 18 2002

EXTENSIONS

Extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 19 2002

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 23:08 EST 2012. Contains 206085 sequences.