login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153758 a(n) = Sum_{k=1..n} A153757(k). 1
1, 3, 7, 17, 57, 337, 3737, 72657, 2369257, 127188257, 11156500857, 1592432891857, 369041278550057, 138668563737942657, 84415532990575319257, 83213455958038482903857, 132788829902694935512664457, 342962001904259249964245209057 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A000012 * A153757 = A000012^2 * A003266; where A000012 = the partial sum operator as an infinite lower triangular matrix.
EXAMPLE
a(4) = 17 = (1 + 2 + 4 + 10), where A153757 = (1, 2, 4, 10, 40, 280, ...).
MATHEMATICA
a[n_] := Sum[Fibonorial[k], {k, 1, n}]; Accumulate @ Table[a[n], {n, 1, 20}] (* Amiram Eldar, Feb 26 2020 *)
CROSSREFS
Sequence in context: A359174 A260349 A146147 * A079634 A357784 A047981
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Dec 31 2008
EXTENSIONS
More terms from Amiram Eldar, Feb 26 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)