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.

A082286 a(n) = 18*n + 10.

Original entry on oeis.org

10, 28, 46, 64, 82, 100, 118, 136, 154, 172, 190, 208, 226, 244, 262, 280, 298, 316, 334, 352, 370, 388, 406, 424, 442, 460, 478, 496, 514, 532, 550, 568, 586, 604, 622, 640, 658, 676, 694, 712, 730, 748, 766, 784, 802, 820, 838, 856, 874, 892, 910, 928, 946
Offset: 0

Views

Author

Cino Hilliard, May 10 2003

Keywords

Comments

Solutions to (11^x + 13^x) mod 19 = 17.

Crossrefs

Programs

Formula

a(n) = A006370(A016945(n)). - Reinhard Zumkeller, Apr 17 2008
a(n) = 2*A017221(n). - Michel Marcus, Feb 15 2014
a(n) = A060544(n+2) - 9*A000217(n-1). - Leo Tavares, Oct 15 2022
From Elmo R. Oliveira, Apr 08 2024: (Start)
G.f.: 2*(5+4*x)/(1-x)^2.
E.g.f.: 2*exp(x)*(5 + 9*x).
a(n) = 2*a(n-1) - a(n-2) for n >= 2.
a(n) = 2*(A022267(n+1) - A022267(n)). (End)

Extensions

More terms from Reinhard Zumkeller, Apr 17 2008