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!)
A127050 A007376(2n+1). 4
1, 3, 5, 7, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 1, 0, 1, 3, 0, 1, 5, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This and the other "decimations" of A007376 were suggested by a problem in Honsberger's book.
REFERENCES
R. Honsberger, Mathematical Chestnuts from Around the World, MAA, 2001; see p. 163.
LINKS
PROG
(Python)
from itertools import islice, count
def A127050gen(): return islice((int(d) for n in count(0) for d in str(n)), 1, None, 2)
A127050_list = list(islice(A127050gen(), 40)) # Chai Wah Wu, Dec 04 2021
CROSSREFS
Sequence in context: A200655 A249439 A276693 * A316988 A031312 A141518
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Jul 23 2008
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 September 4 06:48 EDT 2024. Contains 375679 sequences. (Running on oeis4.)