[go: up one dir, main page]

login
Revision History for A056463 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of primitive (aperiodic) palindromes using exactly two different symbols.
(history; published version)
#14 by Peter Luschny at Mon Feb 19 01:49:04 EST 2024
STATUS

reviewed

approved

#13 by Joerg Arndt at Mon Feb 19 01:39:20 EST 2024
STATUS

proposed

reviewed

#12 by Chai Wah Wu at Sun Feb 18 22:24:25 EST 2024
STATUS

editing

proposed

#11 by Chai Wah Wu at Sun Feb 18 22:24:19 EST 2024
PROG

(Python)

from sympy import mobius, divisors

def A056463(n): return sum(mobius(n//d)*((1<<(d+1>>1))-2) for d in divisors(n, generator=True)) # Chai Wah Wu, Feb 18 2024

STATUS

approved

editing

#10 by Alois P. Heinz at Sun Sep 29 12:02:55 EDT 2019
STATUS

proposed

approved

#9 by Andrew Howroyd at Sun Sep 29 11:24:55 EDT 2019
STATUS

editing

proposed

#8 by Andrew Howroyd at Sun Sep 29 11:15:11 EDT 2019
FORMULA

G.f.: Sum_{k>=1} mu(k)*2*x^(3*k)/((1 - 2*x^(2*k))*(1 - x^k)). - Andrew Howroyd, Sep 29 2019

PROG

(PARI) seq(n)={Vec(sum(k=1, n\3, moebius(k)*2*x^(3*k)/((1 - 2*x^(2*k))*(1 - x^k)) + O(x*x^n)), -n)} \\ Andrew Howroyd, Sep 29 2019

#7 by Andrew Howroyd at Sat Sep 28 23:50:51 EDT 2019
DATA

0, 0, 2, 2, 6, 4, 14, 12, 28, 24, 62, 54, 126, 112, 246, 240, 510, 476, 1022, 990, 2030, 1984, 4094, 4020, 8184, 8064, 16352, 16254, 32766, 32484, 65534, 65280, 131006, 130560, 262122, 261576, 524286, 523264, 1048446, 1047540, 2097150, 2094988, 4194302, 4192254

LINKS

Andrew Howroyd, <a href="/A056463/b056463.txt">Table of n, a(n) for n = 1..1000</a>

FORMULA

a(n) = Sum _{d|n} mu(d)*A056453(n/d) where d divides n.

CROSSREFS

Column 2 of A327873.

Cf. A056453, A056458.

EXTENSIONS

Terms a(32) and beyond from Andrew Howroyd, Sep 28 2019

STATUS

approved

editing

#6 by N. J. A. Sloane at Tue Aug 22 20:53:12 EDT 2017
AUTHOR

Marks R. Nester (nesterm(AT)dpi.qld.gov.au)

Marks R. Nester

Discussion
Tue Aug 22
20:53
OEIS Server: https://oeis.org/edit/global/2696
#5 by N. J. A. Sloane at Fri May 19 10:39:36 EDT 2017
REFERENCES

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]

Discussion
Fri May 19
10:39
OEIS Server: https://oeis.org/edit/global/2652