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.

A002570 From a definite integral.

Original entry on oeis.org

1, 1, 6, 11, 36, 85, 235, 600, 1590, 4140, 10866, 28416, 74431, 194821, 510096, 1335395, 3496170, 9153025, 23963005, 62735880, 164244756, 429998256, 1125750156, 2947252056, 7716006181, 20200766305, 52886292930, 138458112275, 362488044120
Offset: 1

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

  • Maple
    A002570:=-1/(z-1)/(z**2-3*z+1)/(1+z)**3; # conjectured by Simon Plouffe in his 1992 dissertation

Formula

a(n) = a(n-2) + A002571(n-1), n > 2. - Sean A. Irvine, Apr 09 2014
a(2*n-2) = Sum_{k=0..n} k*Fibonacci(2*n-2*k), n > 1. - Greg Dresden, Dec 02 2021

Extensions

More terms from Sean A. Irvine, Apr 09 2014