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.

A100413 Numbers k such that k is reversal(k)-th even composite number (k is A004086(k)-th even composite number).

Original entry on oeis.org

52, 592, 5992, 59992, 599992, 5999992, 59999992, 599999992, 5999999992, 59999999992, 599999999992, 5999999999992, 59999999999992, 599999999999992, 5999999999999992, 59999999999999992, 599999999999999992
Offset: 1

Views

Author

Farideh Firoozbakht, Dec 08 2004

Keywords

Examples

			592 is in the sequence because 592 is the 295th even composite number.
		

Crossrefs

Programs

Formula

a(n) = 6*10^n - 8.
a(n) = 2*(A086943(n) + 3). - Martin Ettl, Nov 08 2012
From Colin Barker, Oct 14 2014: (Start)
a(n) = 10*a(n-1) + a(n-2) - 10*a(n-3).
G.f.: 4*x*(13+5*x)/((1-x)*(1-10*x)). (End)
E.g.f.: 2 (1 - 4*exp(x) + 3*exp(10*x)). - G. C. Greubel, Apr 13 2023