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.

A329310 a(n) is the sum of the numbers k such that a(n-2*k) = a(n-k) and 0 < n-2*k < n-k < n.

This page as a plain text file.
%I A329310 #12 Nov 14 2019 12:52:38
%S A329310 0,0,1,0,0,3,3,4,4,1,0,0,1,0,0,6,16,10,11,17,10,10,31,13,10,27,13,16,
%T A329310 18,3,0,7,0,0,3,0,3,2,16,5,5,1,0,7,0,0,19,17,3,37,38,28,52,74,34,55,
%U A329310 82,61,27,53,132,29,71,90,32,32,95,82,0,34,92,29,0,63
%N A329310 a(n) is the sum of the numbers k such that a(n-2*k) = a(n-k) and 0 < n-2*k < n-k < n.
%H A329310 Rémy Sigrist, <a href="/A329310/b329310.txt">Table of n, a(n) for n = 1..10000</a>
%H A329310 Rémy Sigrist, <a href="/A329310/a329310.txt">C program for A329310</a>
%H A329310 Rémy Sigrist, <a href="/A329310/a329310.png">Scatterplot of the first 500000 terms</a>
%e A329310 The first terms, alongside the corresponding k's, are:
%e A329310   n    a(n)  k's
%e A329310   ---  ----  ---------
%e A329310     1     0  {}
%e A329310     2     0  {}
%e A329310     3     1  {1}
%e A329310     4     0  {}
%e A329310     5     0  {}
%e A329310     6     3  {1, 2}
%e A329310     7     3  {3}
%e A329310     8     4  {1, 3}
%e A329310     9     4  {4}
%e A329310    10     1  {1}
%e A329310    11     0  {}
%e A329310    12     0  {}
%e A329310    13     1  {1}
%e A329310    14     0  {}
%e A329310    15     0  {}
%e A329310    16     6  {1, 2, 3}
%e A329310    17    16  {3, 6, 7}
%o A329310 (C) See Links section.
%Y A329310 See A329257 for similar sequences.
%K A329310 nonn
%O A329310 1,6
%A A329310 _Rémy Sigrist_, Nov 10 2019