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!)
A017546 (12n+2)^2. 1
4, 196, 676, 1444, 2500, 3844, 5476, 7396, 9604, 12100, 14884, 17956, 21316, 24964, 28900, 33124, 37636, 42436, 47524, 52900, 58564, 64516, 70756, 77284, 84100, 91204, 98596, 106276, 114244, 122500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: 4*(1+46*x+25*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*(1+46*x+25*x^2)/(1-x)^3, {x, 0, 50}], x] (* Vincenzo Librandi, Jul 07 2012 *)
LinearRecurrence[{3, -3, 1}, {4, 196, 676}, 40] (* Harvey P. Dale, Oct 19 2012 *)
PROG
(Magma) I:=[4, 196, 676]; [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)=(12*n+2)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A028370 A042127 A219163 * A144044 A221197 A180991
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)