cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A017366 a(n) = (10*n+8)^2.

Original entry on oeis.org

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
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A016898.

Programs

  • Magma
    [(10*n+8)^2: n in [0..40]]; // Vincenzo Librandi, Aug 31 2011
    
  • Mathematica
    (10 Range[0,30]+8)^2 (* or *) LinearRecurrence[{3,-3,1},{64,324,784},30] (* Harvey P. Dale, Dec 17 2016 *)
  • PARI
    a(n) = (10*n+8)^2; \\ Michel Marcus, Aug 26 2015

Formula

a(n) = 4*A016898(n). - Michel Marcus, Aug 26 2015
Showing 1-1 of 1 results.