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!)
A270871 a(n) = n^7 + 6*n^6 + 26*n^5 + 73*n^4 + 152*n^3 + 222*n^2 + 203*n + 8. 4
8, 691, 5030, 25511, 100372, 324323, 898706, 2206135, 4914656, 10116467, 19506238, 35604071, 62028140, 103822051, 167841962, 263208503, 401828536, 598991795, 874047446, 1251165607, 1760188868, 2437578851, 3327462850, 4482785591, 5966571152, 7853300083 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Andrew Misseldine, Counting Schur Rings over Cyclic Groups, arXiv preprint arXiv:1508.03757 [math.RA], 2015. (page 19, 4th row; page 21, 7th row).
FORMULA
G.f.: (8 + 627*x - 274*x^2 + 4171*x^3 - 1012*x^4 + 1897*x^5 - 450*x^6 + 73*x^7)/(1 - x)^8.
a(n) = 8*a(n-1) - 28*a(n-2) + 56*a(n-3) - 70*a(n-4) + 56*a(n-5) - 28*a(n-6) + 8*a(n-7) - a(n-8).
MATHEMATICA
Table[n^7 + 6 n^6 + 26 n^5 + 73 n^4 + 152 n^3 + 222 n^2 + 203 n + 8, {n, 0, 40}]
LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {8, 691, 5030, 25511, 100372, 324323, 898706, 2206135}, 30] (* Harvey P. Dale, Dec 17 2023 *)
PROG
(Magma) [n^7+6*n^6+26*n^5+73*n^4+152*n^3+222*n^2+203*n+8: n in [0..40]];
(PARI) x='x+O('x^99); Vec((8+627*x-274*x^2+4171*x^3-1012*x^4+1897*x^5-450*x^6+73*x^7) / (1-x)^8) \\ Altug Alkan, Apr 03 2016
CROSSREFS
Sequence in context: A202910 A332168 A168130 * A037076 A116245 A361222
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 03 2016
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 May 15 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)