login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A179370
Positive integers of the form (7*m^2+1)/11.
6
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,1
COMMENTS
Here m=(11*(2*n-1)-9*(-1)^n)/4 for n>0.
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).
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, Jul 12 2010
STATUS
approved