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.

Showing 1-1 of 1 results.

A153758 a(n) = Sum_{k=1..n} A153757(k).

Original entry on oeis.org

1, 3, 7, 17, 57, 337, 3737, 72657, 2369257, 127188257, 11156500857, 1592432891857, 369041278550057, 138668563737942657, 84415532990575319257, 83213455958038482903857, 132788829902694935512664457, 342962001904259249964245209057
Offset: 1

Views

Author

Gary W. Adamson, Dec 31 2008

Keywords

Examples

			a(4) = 17 = (1 + 2 + 4 + 10), where A153757 = (1, 2, 4, 10, 40, 280, ...).
		

Crossrefs

Programs

  • Mathematica
    a[n_] := Sum[Fibonorial[k], {k, 1, n}]; Accumulate @ Table[a[n], {n, 1, 20}] (* Amiram Eldar, Feb 26 2020 *)

Formula

A000012 * A153757 = A000012^2 * A003266; where A000012 = the partial sum operator as an infinite lower triangular matrix.

Extensions

More terms from Amiram Eldar, Feb 26 2020
Showing 1-1 of 1 results.