The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A017366 a(n) = (10*n+8)^2. 1
64, 324, 784, 1444, 2304, 3364, 4624, 6084, 7744, 9604, 11664, 13924, 16384, 19044, 21904, 24964, 28224, 31684, 35344, 39204, 43264, 47524, 51984, 56644, 61504, 66564, 71824, 77284, 82944, 88804 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 4*A016898(n). - Michel Marcus, Aug 26 2015
MATHEMATICA
(10 Range[0, 30]+8)^2 (* or *) LinearRecurrence[{3, -3, 1}, {64, 324, 784}, 30] (* Harvey P. Dale, Dec 17 2016 *)
PROG
(Magma) [(10*n+8)^2: n in [0..40]]; // Vincenzo Librandi, Aug 31 2011
(PARI) a(n) = (10*n+8)^2; \\ Michel Marcus, Aug 26 2015
CROSSREFS
Cf. A016898.
Sequence in context: A221686 A211258 A252080 * A186441 A297642 A061102
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 18 05:02 EDT 2024. Contains 372618 sequences. (Running on oeis4.)