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.

A132804 A trisection of A024495.

Original entry on oeis.org

0, 6, 42, 342, 2730, 21846, 174762, 1398102, 11184810, 89478486, 715827882, 5726623062, 45812984490, 366503875926, 2932031007402, 23456248059222, 187649984473770, 1501199875790166, 12009599006321322, 96076792050570582, 768614336404564650
Offset: 0

Views

Author

Paul Curtz, Nov 18 2007

Keywords

Crossrefs

Programs

Formula

G.f.: 6*x/(1-7*x-8*x^2). a(n+1) = 7*a(n)+8*a(n-1) for n>=1, a(0)=0, a(1)=6. - Philippe Deléham, Nov 19 2007
a(n) = 2*A132805(n). - R. J. Mathar, Jun 07 2011
From Oboifeng Dira, Jun 05 2020: (Start)
a(n) = A078008(3n+1). Second trisection of A078008.
a(n) = 6*A015565(n).
a(n) = Sum_{k=0..n} binomial(3*n+1,3*k+2). (End)