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”).

A017294
a(n) = (10*n+2)^2.
2
4, 144, 484, 1024, 1764, 2704, 3844, 5184, 6724, 8464, 10404, 12544, 14884, 17424, 20164, 23104, 26244, 29584, 33124, 36864, 40804, 44944, 49284, 53824, 58564, 63504, 68644, 73984, 79524, 85264
OFFSET
0,1
FORMULA
a(n) = a(n-1)+200n-60, n>0 ; a(0)=4. - Miquel Cerda, Oct 30 2016
G.f.: 4*(1 + 33*x + 16*x^2)/(1 - x)^3. - Ilya Gutkovskiy, Oct 30 2016
a(n) = A017293(n)^2. - Michel Marcus, Oct 30 2016
a(n) = (2*A016861(n))^2. - David A. Corneth, Oct 30 2016
MATHEMATICA
(10 Range[0, 50] + 2)^2 (* Wesley Ivan Hurt, Sep 04 2022 *)
PROG
(Magma) [(10*n+2)^2: n in [0..35]]; // Vincenzo Librandi, Jul 30 2011
(PARI) a(n)=(10*n+2)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A058414 A053891 A053897 * A273698 A134631 A036511
KEYWORD
nonn,easy
AUTHOR
STATUS
approved