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.

A332033 Number of compositions (ordered partitions) of n into distinct twin primes.

This page as a plain text file.
%I A332033 #5 Feb 16 2025 08:33:59
%S A332033 1,0,0,1,0,1,0,1,2,0,2,1,2,1,2,6,4,1,4,7,4,12,4,12,6,12,26,18,26,19,4,
%T A332033 19,52,18,52,24,54,24,74,144,98,25,76,145,100,258,102,150,104,156,124,
%U A332033 396,146,282,148,396,890,510,890,403,198,403,940,636,988,642
%N A332033 Number of compositions (ordered partitions) of n into distinct twin primes.
%H A332033 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/TwinPrimes.html">Twin Primes</a>
%H A332033 <a href="/index/Com#comp">Index entries for sequences related to compositions</a>
%e A332033 a(15) = 6 because we have [7, 5, 3], [7, 3, 5], [5, 7, 3], [5, 3, 7], [3, 7, 5] and [3, 5, 7].
%Y A332033 Cf. A001097, A077608, A219107, A283875, A283876, A331926, A331981.
%K A332033 nonn
%O A332033 0,9
%A A332033 _Ilya Gutkovskiy_, Feb 05 2020