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.

A093833 3^n-Jacobsthal(n).

Original entry on oeis.org

1, 2, 8, 24, 76, 232, 708, 2144, 6476, 19512, 58708, 176464, 530076, 1591592, 4777508, 14337984, 43024876, 129096472, 387333108, 1162086704, 3486434876, 10459654152, 31379661508, 94140382624, 282423944076, 847277424632
Offset: 0

Views

Author

Paul Barry, Apr 17 2004

Keywords

Comments

Binomial transform of A052992. Binomial transform is A093834. Partial sums are A004054. Sums of consecutive pairs yield A053581.
Contribution from Johannes W. Meijer, Aug 15 2010: (Start)
An elephant sequence, see A175654. For the corner squares four A[5] vectors, with decimal values 343, 349, 373 and 469, lead to this sequence. For the central square these vectors lead to the companion sequence A175659.
(End)

Formula

G.f.: (1-x)^2/((1+x)(1-2x)(1-3x)); a(n)=3^n-2^n/3+(-1)^n/3; a(n)=3^n-A001045(n).