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!)
A178501 Zero followed by powers of ten. 8
0, 1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000, 10000000000, 100000000000, 1000000000000, 10000000000000, 100000000000000, 1000000000000000, 10000000000000000, 100000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n)^k + reverse(a(n))^k is a palindrome for any positive integer k. - Bui Quang Tuan, Mar 31 2015
LINKS
FORMULA
a(n+1) = A011557(n).
a(n) = A178500(n) / 10.
a(n) = (10^n - 0^n)/10. E.g.f.: exp(5*x)*sinh(5x)/5. Binomial transform of A015577. - Paul Barry, Jul 09 2003
G.f.: x/(1 - 10*x). - Chai Wah Wu, Jun 17 2020
MATHEMATICA
Join[{0}, 10^Range[0, 19]] (* Alonso del Arte, Mar 31 2015 *)
PROG
(PARI) a(n)=10^n\10 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Cf. A131577, A140429; subsequence of A029793.
Sequence in context: A136873 A135655 A178500 * A011557 A138825 A290664
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, May 28 2010
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 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)