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.

A056460 Number of primitive (aperiodic) palindromes using a maximum of four different symbols.

This page as a plain text file.
%I A056460 #21 May 04 2023 01:56:27
%S A056460 4,0,12,12,60,48,252,240,1008,960,4092,4020,16380,16128,65460,65280,
%T A056460 262140,261072,1048572,1047540,4194036,4190208,16777212,16772880,
%U A056460 67108800,67092480,268434432,268419060,1073741820,1073675280,4294967292,4294901760,17179865076,17179607040,68719476420
%N A056460 Number of primitive (aperiodic) palindromes using a maximum of four different symbols.
%D A056460 M. R. Nester (1999). Mathematical investigations of some plant interaction designs. PhD Thesis. University of Queensland, Brisbane, Australia. [See A056391 for pdf file of Chap. 2]
%F A056460 a(n) = Sum_{d|n} mu(d)*A056450(n/d).
%o A056460 (PARI) a(n) = sumdiv(n, d, moebius(d)*(3*2^(n/d)-(-2)^(n/d))/2);
%o A056460 for(n=1, 40, print1(a(n), ", ")); \\ _Petros Hadjicostas_, Apr 24 2020
%Y A056460 Column 4 of A284823.
%Y A056460 Cf. A056450.
%K A056460 nonn
%O A056460 1,1
%A A056460 _Marks R. Nester_
%E A056460 More terms from _Petros Hadjicostas_, Apr 24 2020