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.

A328693 Number of double palindrome structures of length n using a maximum of four different symbols.

Original entry on oeis.org

1, 1, 2, 4, 10, 21, 50, 99, 246, 445, 1157, 2047, 5326, 9283, 24453, 41859, 110486, 187851, 494411, 834975, 2190965, 3680541, 9626773, 16101703, 41973942, 69956171, 181823735, 302099557, 783084053, 1297675587, 3355767395, 5548173975, 14317233046, 23623397329, 60846853307
Offset: 0

Views

Author

Andrew Howroyd, Oct 25 2019

Keywords

Comments

A double palindrome is the concatenation of two palindromes. Permuting the symbols will not change the structure.

Crossrefs

Formula

a(n) = Sum_{k=1..4} A284877(n,k) for n > 0.
a(n) = A328690(n) + A328692(n).