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.

A085708 Arithmetic derivative of 10^n.

Original entry on oeis.org

0, 7, 140, 2100, 28000, 350000, 4200000, 49000000, 560000000, 6300000000, 70000000000, 770000000000, 8400000000000, 91000000000000, 980000000000000, 10500000000000000, 112000000000000000, 1190000000000000000, 12600000000000000000, 133000000000000000000
Offset: 0

Views

Author

Reinhard Zumkeller, Jul 19 2003

Keywords

Comments

a(n) = A003415(A011557(n)) = A008589(n)*A011557(n-1).

Crossrefs

Programs

Formula

a(n) = 7*n*10^(n-1).
G.f.: 7*x/(10*x-1)^2.