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.

A179370 Positive integers of the form (7*m^2+1)/11.

Original entry on oeis.org

16, 23, 163, 184, 464, 499, 919, 968, 1528, 1591, 2291, 2368, 3208, 3299, 4279, 4384, 5504, 5623, 6883, 7016, 8416, 8563, 10103, 10264, 11944, 12119, 13939, 14128, 16088, 16291, 18391, 18608, 20848, 21079, 23459, 23704, 26224, 26483
Offset: 1

Views

Author

Bruno Berselli, Jul 12 2010

Keywords

Comments

Here m=(11*(2*n-1)-9*(-1)^n)/4 for n>0.

Crossrefs

Formula

a(n) = (154*n*(n-1)-63*(2*n-1)*(-1)^n+65)/8.
G.f.: x*(16+7*x+108*x^2+7*x^3+16*x^4)/((1+x)^2*(1-x)^3).
a(n) = a(-n+1) = a(n-1)+2*a(n-2)-2*a(n-3)-a(n-4)+a(n-5).