OFFSET
0,2
COMMENTS
The scatterplot of the sequence shows 3 beams of points; this could be related to the regular structure visible on both sides of the triangle A307116.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 0..25000
Rémy Sigrist, Colored scatterplot of (n, a(n)) for n = 0..100000 (where the color is function of n mod 3)
FORMULA
a(n) = Sum_{k = 0..n} A307116(n, k).
EXAMPLE
PROG
(PARI) fibs = Set(vector(100, k, fibonacci(k)))
f(s) = if (setsearch(fibs, s), s, 1)
{ for (r=0, 62, row = vector(r+1, k, if (k==1||k==r+1, 1, f(row[k-1]+row[k]))); print1 (vecsum(row) ", ")) }
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Apr 04 2019
STATUS
approved