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.

A083228 A Jacobsthal related sequence.

Original entry on oeis.org

1, 3, 21, 341, 10923, 699051, 89478485, 22906492245, 11728124029611, 12009599006321323, 24595658764946068821, 100743818301219097892181, 825293359523586849932749483, 13521606402434446949298167524011
Offset: 0

Views

Author

Paul Barry, Apr 23 2003

Keywords

Crossrefs

Cf. A000217.

Programs

Formula

a(n) = A001045(binomial(n+2, 2)) = 2^binomial(n+2, 2)/3 - (-1)^binomial(n+2, 2)/3.