OFFSET
0,2
COMMENTS
Sequence found by reading the line from 0, in the direction 0, 14, ..., in the square spiral whose vertices are the generalized enneagonal numbers A118277. Also sequence found by reading the same line and direction in the square spiral whose edges have length A195019 and whose vertices are the numbers A195020. - Omar E. Pol, Sep 10 2011
LINKS
FORMULA
a(n) = a(n-1) + 14*(2*n-1), with a(0) = 0. - Vincenzo Librandi, Nov 25 2010
From Amiram Eldar, Feb 03 2021: (Start)
Sum_{n>=1} 1/a(n) = Pi^2/84.
Sum_{n>=1} (-1)^(n+1)/a(n) = Pi^2/168.
Product_{n>=1} (1 + 1/a(n)) = sqrt(14)*sinh(Pi/sqrt(14))/Pi.
Product_{n>=1} (1 - 1/a(n)) = sqrt(14)*sin(Pi/sqrt(14))/Pi. (End)
MATHEMATICA
Table[14*n^2, {n, 0, 45}] (* Amiram Eldar, Feb 03 2021 *)
PROG
(PARI) A144555(n)=14*n^2 \\ M. F. Hasler, Oct 31 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 01 2009
STATUS
approved