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.

A152579 a(n) = (10*n+3)*(10*n+17).

Original entry on oeis.org

51, 351, 851, 1551, 2451, 3551, 4851, 6351, 8051, 9951, 12051, 14351, 16851, 19551, 22451, 25551, 28851, 32351, 36051, 39951, 44051, 48351, 52851, 57551, 62451, 67551, 72851, 78351, 84051, 89951, 96051, 102351, 108851, 115551, 122451, 129551, 136851, 144351, 152051, 159951
Offset: 0

Views

Author

Paul Curtz, Dec 08 2008

Keywords

Crossrefs

Programs

Formula

a(n) = 100*n*(n+2) + 51 = 100*A005563(n) + 51 = 100*(n+1)^2 - 49 = A017270(n+1) - 49.
a(n) = 2*a(n-2) - a(n-2) + 200.
a(n) = 50*A056220(n+1) + 1.
a(n+1) - a(n) = 200*n + 300 = 100*A144396(n+1).
G.f.: (-51 - 198*x + 49*x^2)/(x-1)^3. - R. J. Mathar, Jul 01 2011
From Elmo R. Oliveira, Oct 27 2024: (Start)
E.g.f.: exp(x)*(51 + 300*x + 100*x^2).
a(n) = A017305(n)*A017353(n+1).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 2. (End)
Showing 1-1 of 1 results.