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.

A196661 Expansion of g.f. (1-2*x)/(1-7*x).

Original entry on oeis.org

1, 5, 35, 245, 1715, 12005, 84035, 588245, 4117715, 28824005, 201768035, 1412376245, 9886633715, 69206436005, 484445052035, 3391115364245, 23737807549715, 166164652848005, 1163152569936035, 8142067989552245, 56994475926865715, 398961331488060005
Offset: 0

Views

Author

Philippe Deléham, Oct 05 2011

Keywords

Crossrefs

Cf. A002001, A193577 (which is the same except for the initial 1), A193722.

Programs

Formula

a(0) = 1, a(n) = 5*7^(n-1) for n>0.
a(n) = Sum_{k=0..n} A193722(n,k)*2^k.
From Elmo R. Oliveira, Mar 18 2025: (Start)
E.g.f.: (5*exp(7*x) + 2)/7.
a(n) = 7*a(n-1). (End)