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.

A138342 First differences of A007088.

Original entry on oeis.org

1, 9, 1, 89, 1, 9, 1, 889, 1, 9, 1, 89, 1, 9, 1, 8889, 1, 9, 1, 89, 1, 9, 1, 889, 1, 9, 1, 89, 1, 9, 1, 88889, 1, 9, 1, 89, 1, 9, 1, 889, 1, 9, 1, 89, 1, 9, 1, 8889, 1, 9, 1, 89, 1, 9, 1, 889, 1, 9, 1, 89, 1, 9, 1, 888889, 1, 9, 1, 89, 1, 9, 1, 889, 1, 9, 1, 89, 1, 9, 1, 8889, 1, 9, 1, 89, 1, 9
Offset: 1

Views

Author

Jaume Simon Gispert (jaume(AT)nuem.com), May 17 2008

Keywords

Examples

			1-0 = 1, 10-1 = 9, 11-10 = 1, 100-11 = 89, ...
		

Crossrefs

Programs

Formula

a(n) = A059482(A007814(n)).
From Antti Karttunen, Nov 06 2018: (Start)
a(n) = A007088(n) - A007088(n-1).
Multiplicative with a(2^e) = A059482(e), a(p^e) = 1 for odd primes p.
(End)
G.f.: Sum_{k>=0} 10^k * x^(2^k) / (1 + x^(2^k)). - Ilya Gutkovskiy, Dec 14 2020

Extensions

Offset corrected and keyword:mult added by Antti Karttunen, Nov 06 2018