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.

A016934 a(n) = (6*n + 2)^2.

Original entry on oeis.org

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, 37636, 40000, 42436, 44944, 47524, 50176, 52900, 55696, 58564
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

Sum_{n>=0} 1/a(n) = A086728. - Amiram Eldar, Nov 16 2020
From Stefano Spezia, Feb 21 2025: (Start)
G.f.: 4*(1 + 13*x + 4*x^2)/(1 - x)^3.
E.g.f.: 4*exp(x)*(1 + 15*x + 9*x^2). (End)