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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
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
Sequence in context: A090561 A364453 A273375 * A260182 A056229 A062271
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 24 09:41 EDT 2024. Contains 371935 sequences. (Running on oeis4.)