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

A017354
a(n) = (10*n + 7)^2.
2
49, 289, 729, 1369, 2209, 3249, 4489, 5929, 7569, 9409, 11449, 13689, 16129, 18769, 21609, 24649, 27889, 31329, 34969, 38809, 42849, 47089, 51529, 56169, 61009, 66049, 71289, 76729, 82369, 88209
OFFSET
0,1
FORMULA
a(n) = 40*A000566(n+1) + 9. - Ken Rosenbaum, Dec 02 2009
G.f.: ( -49-142*x-9*x^2 ) / (x-1)^3. - R. J. Mathar, Mar 21 2016
MATHEMATICA
Table[(10n+7)^2, {n, 0, 24}]
PROG
(Magma) [(10*n+7)^2: n in [0..35]]; // Vincenzo Librandi, Aug 03 2011
(PARI) a(n)=(10*n+7)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A198437 A144407 A089552 * A239607 A227079 A251222
KEYWORD
nonn,easy
STATUS
approved

  NODES
COMMUNITY 1
INTERN 1