login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085708 Arithmetic derivative of 10^n. 4
0, 7, 140, 2100, 28000, 350000, 4200000, 49000000, 560000000, 6300000000, 70000000000, 770000000000, 8400000000000, 91000000000000, 980000000000000, 10500000000000000, 112000000000000000, 1190000000000000000, 12600000000000000000, 133000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) = A003415(A011557(n)) = A008589(n)*A011557(n-1).
LINKS
FORMULA
a(n) = 7*n*10^(n-1).
G.f.: 7*x/(10*x-1)^2.
MATHEMATICA
Table[7*n*10^(n-1), {n, 0, 20}] (* Harvey P. Dale, Jul 09 2021 *)
PROG
(Magma) [7*n*10^(n-1): n in [0..20]]; // Vincenzo Librandi, Jun 09 2011
CROSSREFS
Sequence in context: A238692 A288322 A297650 * A054606 A351280 A306628
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Jul 19 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)