OFFSET
0,2
COMMENTS
a(n) are the numbers m such that: j^2 = j + m + sqrt(j*m) with corresponding numbers j given by A002061(n+1), and with sqrt(j*m) = A027444(n) = n* A002061(n+1). - Richard R. Forberg, Sep 03 2013.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
FORMULA
From Indranil Ghosh, Apr 15 2017: (Start)
G.f.: -x(3 + 13x + 7x^2 + x^3)/(x - 1)^5
E.g.f.: exp(x)*x*(3 + 11x + 7x^2 + x^3)
(End)
MAPLE
MATHEMATICA
f[n_]:=n^4+n^3+n^2; Array[f, 50, 0] (* Vladimir Joseph Stephan Orlovsky, Apr 12 2011 *)
PROG
(Magma) [n^4+n^3+n^2: n in [0..50]]; // Vincenzo Librandi, Jun 09 2011
(PARI) a(n) = n^4 + n^3 + n^2 \\ Indranil Ghosh, Apr 15 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Douglas Winston (douglas.winston(AT)srupc.com), Nov 19 2004
STATUS
approved