OFFSET
1,2
COMMENTS
Equals A000012 * A003266, where A000012 = the partial sum operator as an infinite lower triangular matrix.
a(n)+1 is divisible by 149 (a prime factor of Fibonacci(37)) for all n >= 36. The only values of n for which a(n)+1 is prime are: 1, 2, 3, 4, 5, 6, 10, 18. The corresponding primes are: 2, 3, 5, 11, 41, 281, 124819001, 342829213074356555028732544601. - Amiram Eldar, May 04 2017
FORMULA
Partial sums of A003266 terms.
EXAMPLE
a(4) = 10 = (1 + 1 + 2 + 6), where A003266 = (1, 1, 2, 6, 30, 240, 3120,...).
MATHEMATICA
a[n_]:=Sum[Fibonorial[k], {k, n}]; Table[a[n], {n, 1, 10}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Dec 31 2008
EXTENSIONS
More terms from Amiram Eldar, Feb 26 2020
STATUS
approved