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.

A100775 a(n) = 97*n + 101.

Original entry on oeis.org

101, 198, 295, 392, 489, 586, 683, 780, 877, 974, 1071, 1168, 1265, 1362, 1459, 1556, 1653, 1750, 1847, 1944, 2041, 2138, 2235, 2332, 2429, 2526, 2623, 2720, 2817, 2914, 3011, 3108, 3205, 3302, 3399, 3496, 3593, 3690, 3787, 3884, 3981, 4078, 4175, 4272, 4369, 4466
Offset: 0

Views

Author

Parthasarathy Nambi, Jan 03 2005

Keywords

Comments

Note that 97 is the largest two-digit prime and 101 is the smallest three-digit prime.

Examples

			If n=1, then 97*1 + 101 = 198.
		

Crossrefs

Programs

Formula

From Harvey P. Dale, Nov 26 2013: (Start)
a(n) = 2*a(n-1) - a(n-2); a(0)=101, a(1)=198.
G.f.: (101 - 4*x)/(x-1)^2. (End)
E.g.f.: exp(x)*(101 + 97*x). - Elmo R. Oliveira, Dec 08 2024

Extensions

More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 19 2005
Edited by Ray Chandler, Jan 25 2005