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!)
A174338 a(n) = 97*n^2. 1
0, 97, 388, 873, 1552, 2425, 3492, 4753, 6208, 7857, 9700, 11737, 13968, 16393, 19012, 21825, 24832, 28033, 31428, 35017, 38800, 42777, 46948, 51313, 55872, 60625, 65572, 70713, 76048, 81577, 87300, 93217, 99328, 105633, 112132, 118825 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 97*x*(1+x)/(1-x)^3. - Vincenzo Librandi, Feb 25 2012
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Vincenzo Librandi, Feb 25 2012
a(n) = (49n)^2 - (48n)^2 = (9n)^2 + (4n)^2. - Vincenzo Librandi, Feb 25 2012
MATHEMATICA
CoefficientList[Series[97*x*(x+1)/(1-x)^3, {x, 0, 33}], x] (* Vincenzo Librandi, Feb 25 2012 *)
97*Range[0, 40]^2 (* or *) LinearRecurrence[{3, -3, 1}, {0, 97, 388}, 40] (* Harvey P. Dale, Mar 12 2022 *)
PROG
(Magma) [97*n^2: n in [0..50]]; /* or */ I:=[0, 97, 388]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]]; // Vincenzo Librandi, Feb 25 2012
(PARI) a(n)=97*n^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A366352 A105128 A031927 * A050666 A160440 A107213
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 16 2010
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)