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.

A132418 Sequence is identical to its third differences in absolute values: a(n+k)=3a(n+k-1)-3a(n+k-2)+2a(n+k-3), k=0, 1, 2, 3, 4, a(n+5)=3a(n+4)-3a(n+3), n > 2.

Original entry on oeis.org

1, 2, 3, 5, 10, 21, 43, 86, 129, 215, 430, 903, 1849, 3698, 5547, 9245, 18490, 38829, 79507
Offset: 0

Views

Author

Paul Curtz, Nov 13 2007

Keywords

Comments

(6n+1)-th terms: 43, 43^2, 43^3, 43^4?

Programs

  • Mathematica
    LinearRecurrence[{0, 0, 0, 0, 0, 43},{1, 2, 3, 5, 10, 21},19] (* Ray Chandler, Sep 23 2015 *)

Formula

6n-th terms of a(n) opposite to the 6th of third differences. These terms are 21=3*7, 903=21*43, 38829=21*43^2.