login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A016934
a(n) = (6*n + 2)^2.
10
4, 64, 196, 400, 676, 1024, 1444, 1936, 2500, 3136, 3844, 4624, 5476, 6400, 7396, 8464, 9604, 10816, 12100, 13456, 14884, 16384, 17956, 19600, 21316, 23104, 24964, 26896, 28900, 30976, 33124, 35344
OFFSET
0,1
FORMULA
Sum_{n>=0} 1/a(n) = A086728. - Amiram Eldar, Nov 16 2020
MATHEMATICA
(6*Range[0, 40]+2)^2 (* or *) LinearRecurrence[{3, -3, 1}, {4, 64, 196}, 40] (* Harvey P. Dale, Nov 22 2013 *)
PROG
(Magma) [(6*n+2)^2: n in [0..50]]; // Vincenzo Librandi, May 04 2011
(PARI) a(n)=(6*n+2)^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 05:13 EDT 2024. Contains 376143 sequences. (Running on oeis4.)