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!)
A017342 a(n) = (10*n + 6)^2. 1
36, 256, 676, 1296, 2116, 3136, 4356, 5776, 7396, 9216, 11236, 13456, 15876, 18496, 21316, 24336, 27556, 30976, 34596, 38416, 42436, 46656, 51076, 55696, 60516, 65536, 70756, 76176, 81796, 87616, 93636, 99856, 106276, 112896, 119716, 126736 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A000290(A017341(n)). - Wesley Ivan Hurt, Jan 29 2014
MAPLE
A017342:=n->(10*n + 6)^2; seq(A017342(n), n=0..35); # Wesley Ivan Hurt, Jan 29 2014
MATHEMATICA
Table[(10 n + 6)^2, {n, 0, 35}] (* Wesley Ivan Hurt, Jan 29 2014 *)
LinearRecurrence[{3, -3, 1}, {36, 256, 676}, 40] (* Harvey P. Dale, Dec 04 2014 *)
PROG
(Magma) [(10*n+6)^2: n in [0..35]]; // Vincenzo Librandi, Aug 03 2011
(PARI) a(n)=(10*n+6)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A030165 A282099 A247840 * A341544 A115332 A133072
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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)