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.

A097335 a(n) = Sum_{k=0..n} C(n-k, floor(k/2))*3^k.

Original entry on oeis.org

1, 4, 4, 13, 49, 85, 202, 643, 1408, 3226, 9013, 21685, 50719, 131836, 327001, 783472, 1969996, 4913005, 11964253, 29694217, 73911262, 181589539, 448837492, 1114038850, 2748344701, 6787882129, 16814231779, 41549334088, 102640273249
Offset: 0

Views

Author

Paul Barry, Aug 05 2004

Keywords

Crossrefs

Formula

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