|
| |
|
|
A060884
|
|
n^4-n^3+n^2-n+1.
|
|
24
| |
|
|
1, 1, 11, 61, 205, 521, 1111, 2101, 3641, 5905, 9091, 13421, 19141, 26521, 35855, 47461, 61681, 78881, 99451, 123805, 152381, 185641, 224071, 268181, 318505, 375601, 440051, 512461, 593461, 683705, 783871, 894661, 1016801, 1151041
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| Number of walks of length 5 between any two distinct nodes of the complete graph K_{n+1} (n>=1). Example: a(1)=1 because in the complete graph AB we have only one walk of length 5 between A and B: ABABAB. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 01 2004
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=0,...,1000
Index to sequences with linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
|
|
|
FORMULA
| G.f.=(1-4x+16x^2+6x^3+5x^4)/(1-x)^5. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 01 2004
|
|
|
PROG
| (PARI) { for (n=0, 1000, write("b060884.txt", n, " ", n^4 - n^3 + n^2 - n + 1); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 13 2009]
|
|
|
CROSSREFS
| Let Phi_k(x) be the k-th cyclotomic polynomial and form the sequence Phi_k(0), Phi_k(1), Phi_k(2), ... This gives A000027 (k=2), A002061 (k=3), A002522 (k=4), A053699 (k=5), A002061 (k=6), A053716 (k=7), A002523 (k=8), A060883 (k=9), A060884 (k=10), A060885 (k=11), A060886 (k=12), A060887 (k=13), A060888 (k=14), A060889 (k=15), A060890 (k=16), A060891 (k=18), A060892 (k=20), A060893 (k=24), A060894 (k=30), A060895 (k=32), A060896 (k=36).
Sequence in context: A078554 A189227 A002650 * A141935 A001847 A089764
Adjacent sequences: A060881 A060882 A060883 * A060885 A060886 A060887
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), May 05 2001
|
| |
|
|