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.

A328692 Number of double palindrome structures of length n using a maximum of three different symbols.

This page as a plain text file.
%I A328692 #9 Nov 03 2019 16:03:24
%S A328692 1,1,2,4,10,21,47,92,202,355,782,1332,2839,4733,10103,16344,34762,
%T A328692 55761,117632,186980,392790,619805,1297727,2037180,4248151,6642921,
%U A328692 13812710,21522622,44630687,69353037,143470907,222408044,459129802,710268189,1463532722,2259952352
%N A328692 Number of double palindrome structures of length n using a maximum of three different symbols.
%C A328692 A double palindrome is the concatenation of two palindromes. Permuting the symbols will not change the structure.
%H A328692 Andrew Howroyd, <a href="/A328692/b328692.txt">Table of n, a(n) for n = 0..200</a>
%F A328692 a(n) = Sum_{k=1..3} A284877(n,k) for n > 0.
%F A328692 a(n) = A328688(n) + A328689(n) + 1.
%e A328692 For n=4, the 10 structures are: aaaa; aaab, aaba, aabb, abaa, abab, abba, abbb; abac, abcb.
%Y A328692 Cf. A284877, A328688, A328689.
%K A328692 nonn
%O A328692 0,3
%A A328692 _Andrew Howroyd_, Oct 25 2019