cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A054620 Number of ways to color vertices of a pentagon using <= n colors, allowing only rotations.

This page as a plain text file.
%I A054620 #21 Sep 08 2022 08:45:01
%S A054620 0,1,8,51,208,629,1560,3367,6560,11817,20008,32219,49776,74269,107576,
%T A054620 151887,209728,283985,377928,495235,640016,816837,1030744,1287287,
%U A054620 1592544,1953145,2376296,2869803,3442096,4102253,4860024
%N A054620 Number of ways to color vertices of a pentagon using <= n colors, allowing only rotations.
%H A054620 Vincenzo Librandi, <a href="/A054620/b054620.txt">Table of n, a(n) for n = 0..10000</a>
%H A054620 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).
%F A054620 a(n) = (n^5+4*n)/5 = n*(n^2-2*n+2)*(n^2+2*n+2)/5.
%F A054620 G.f.: x*(1+2*x+18*x^2+2*x^3+x^4) / (x-1)^6 . - _R. J. Mathar_, Aug 30 2011
%F A054620 a(n) = -a(-n). - _Bruno Berselli_, Aug 31 2011
%o A054620 (Magma) [(n^5+4*n)/5: n in [0..40]]; // _Vincenzo Librandi_, Aug 31 2011
%Y A054620 Cf. A060446, A006527, A006528, A006565, A054621, ..., A075195.
%K A054620 nonn,easy
%O A054620 0,3
%A A054620 _N. J. A. Sloane_, Apr 16 2000