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 A327879 #8 Oct 03 2019 20:59:45 %S A327879 1,1,1,2,6,12,40,74,300,538,2598,4682,25938,47292,296488,545820, %T A327879 3816240,7087260,54666830,102247562,862437450,1622632496,14857095400, %U A327879 28091567594,277474931700,526858348368,5584100612118,10641342969902,120462266677578 %N A327879 Number of primitive (period n) periodic palindromes with integer entries that cover an initial interval of positive integers. %H A327879 Andrew Howroyd, <a href="/A327879/b327879.txt">Table of n, a(n) for n = 0..200</a> %F A327879 Moebius transform of A327868. %e A327879 The a(4) = 6 primitive periodic palindromes are: %e A327879 1122, 1112, 1222, %e A327879 1213, 1232, 1323. %o A327879 (PARI) a(n)={if(n<1, n==0, sumdiv(n, d, moebius(n/d)*sum(k=0, n, k!*(stirling((d+1)\2, k, 2)+stirling(d\2+1, k, 2))))/2)} %Y A327879 Row sums of A327878. %Y A327879 Cf. A327868, A327874. %K A327879 nonn %O A327879 0,4 %A A327879 _Andrew Howroyd_, Sep 28 2019