login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017414 (11n+2)^2. 1
4, 169, 576, 1225, 2116, 3249, 4624, 6241, 8100, 10201, 12544, 15129, 17956, 21025, 24336, 27889, 31684, 35721, 40000, 44521, 49284, 54289, 59536, 65025, 70756, 76729, 82944, 89401, 96100, 103041 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (4+157*x+81*x^2)/(1-x)^3. - Vincenzo Librandi, Jul 07 2012
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3). - Vincenzo Librandi, Jul 07 2012
MATHEMATICA
CoefficientList[Series[(4+157*x+81*x^2)/(1-x)^3, {x, 0, 50}], x] (* Vincenzo Librandi, Jul 07 2012 *)
PROG
(Magma) I:=[4, 169, 576]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+Self(n-3): n in [1..50]]; // Vincenzo Librandi, Jul 07 2012
(PARI) a(n)=(11*n+2)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A061710 A262687 A177005 * A051476 A283566 A221083
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)