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!)
A017630 (12n+9)^2. 0
81, 441, 1089, 2025, 3249, 4761, 6561, 8649, 11025, 13689, 16641, 19881, 23409, 27225, 31329, 35721, 40401, 45369, 50625, 56169, 62001, 68121, 74529, 81225, 88209, 95481, 103041, 110889, 119025 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0)=81, a(1)=441, a(2)=1089, a(n)=3*a(n-1)-3*a(n-2)+a(n-3) [From Harvey P. Dale, Mar 31 2012]
G.f.: -9*(x^2+22*x+9)/(x-1)^3. [From Harvey P. Dale, Mar 31 2012]
a(n) = 9*A016838(n). - R. J. Mathar, Mar 21 2016
MATHEMATICA
(12*Range[0, 30]+9)^2 (* or *) LinearRecurrence[{3, -3, 1}, {81, 441, 1089}, 30] (* Harvey P. Dale, Mar 31 2012 *)
PROG
(PARI) a(n)=(12*n+9)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A237301 A237945 A237938 * A270538 A230064 A236710
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 May 3 10:32 EDT 2024. Contains 372207 sequences. (Running on oeis4.)