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.
%I A273223 #15 Sep 08 2022 08:46:16 %S A273223 42,504,8796,53298,566412,1341756,5312160,9373536,24790458,80346588, %T A273223 112613886,275440284,462452448,588037212,920759046,1686448764, %U A273223 2893307844,3421602972,5484429720,7340452434,8440231968,12551864598,16086117120,22838112000,35181089856 %N A273223 a(n) = p*(p - 1)*(501*p^3 - 414*p^2 + 111*p - 54)/120, where p = prime(n). %H A273223 Seiichi Manyama, <a href="/A273223/b273223.txt">Table of n, a(n) for n = 1..10000</a> %H A273223 F. V. Weinstein, <a href="http://arXiv.org/abs/math.NT/0307150">Notes on Fibonacci partitions</a>, arXiv:math/0307150 [math.NT], 2003-2015, page 22. %t A273223 Table[p = Prime[n]; p (p - 1) (501 p^3 - 414 p^2 + 111 p - 54) / 120, {n, 40}] %o A273223 (Magma) [p*(p-1)*(501*p^3-414*p^2+111*p-54)/120: p in PrimesUpTo(200)]; %Y A273223 Cf. A006093, A008837, A179545, A273221, A273222. %K A273223 nonn %O A273223 1,1 %A A273223 _Vincenzo Librandi_, May 19 2016