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!)
A017426 (11n+3)^2. 0
9, 196, 625, 1296, 2209, 3364, 4761, 6400, 8281, 10404, 12769, 15376, 18225, 21316, 24649, 28224, 32041, 36100, 40401, 44944, 49729, 54756, 60025, 65536, 71289, 77284, 83521, 90000, 96721, 103684 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0)=9, a(1)=196, a(2)=625, a(n)=3*a(n-1)-3*a(n-2)+a(n-3). - Harvey P. Dale, Nov 02 2013
MATHEMATICA
(11Range[0, 30]+3)^2 (* or *) LinearRecurrence[{3, -3, 1}, {9, 196, 625}, 30] (* Harvey P. Dale, Nov 02 2013 *)
PROG
(PARI) a(n)=(11*n+3)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A334777 A081020 A358740 * A244506 A274269 A250401
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 27 12:04 EDT 2024. Contains 372019 sequences. (Running on oeis4.)