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!)
A016958 a(n) = (6n + 4)^2. 12
16, 100, 256, 484, 784, 1156, 1600, 2116, 2704, 3364, 4096, 4900, 5776, 6724, 7744, 8836, 10000, 11236, 12544, 13924, 15376, 16900, 18496, 20164, 21904, 23716, 25600, 27556, 29584, 31684, 33856 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = (A016957(n))^2. - Zerinvary Lajos, Jun 30 2009
Sum_{n>=0} 1/a(n) = A086730. - Amiram Eldar, Nov 17 2020
MATHEMATICA
Table[(6*n + 4)^2, {n, 0, 30}] (* Amiram Eldar, Nov 17 2020 *)
PROG
(Magma) [(6*n+4)^2: n in [0..50]]; // Vincenzo Librandi, May 06 2011
(PARI) a(n)=(6*n+4)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A014762 A045784 A354877 * A108677 A001249 A014796
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Notation in formula cleaned up by R. J. Mathar, Aug 05 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 26 12:36 EDT 2024. Contains 371997 sequences. (Running on oeis4.)