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!)
A056462 Number of primitive (aperiodic) palindromes using a maximum of six different symbols. 4

%I #20 Apr 25 2020 01:19:36

%S 6,0,30,30,210,180,1290,1260,7740,7560,46650,46410,279930,278640,

%T 1679370,1678320,10077690,10069740,60466170,60458370,362795730,

%U 362750400,2176782330,2176734420,13060693800,13060414080,78364156320,78363884130,470184984570,470183297220

%N Number of primitive (aperiodic) palindromes using a maximum of six different symbols.

%D 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 a(n) = Sum_{d|n} mu(d)*A056452(n/d).

%o (PARI) a(n) = sumdiv(n, d, moebius(d)*6^((1 + n/d)\2));

%o for(n=1, 32, print1(a(n), ", ")); \\ _Petros Hadjicostas_, Apr 24 2020

%Y Cf. A056391, A056452.

%Y Column 6 of A284823.

%K nonn

%O 1,1

%A _Marks R. Nester_

%E More terms from _Petros Hadjicostas_, Apr 24 2020

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 August 19 15:59 EDT 2024. Contains 375310 sequences. (Running on oeis4.)