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!)
A244687 The spiral of Champernowne read by the Southwest ray. 1
1, 7, 5, 6, 1, 0, 3, 1, 7, 1, 1, 5, 2, 2, 7, 3, 3, 3, 4, 5, 3, 6, 6, 7, 8, 8, 5, 0, 5, 1, 2, 2, 7, 3, 0, 5, 1, 6, 0, 8, 7, 9, 2, 1, 5, 3, 6, 5, 5, 7, 2, 9, 7, 1, 0, 3, 1, 5, 0, 7, 7, 0, 2, 2, 5, 5, 6, 8, 5, 0, 2, 3, 7, 6, 0, 9, 1, 2, 0, 5, 7, 8, 2, 2, 5, 5, 6, 8, 5, 2, 2, 6, 7, 9, 0, 3, 1, 7, 0, 0, 0, 4, 0, 5, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
See A244677 formula section.
EXAMPLE
See A244677 for the spiral of David Gawen Champernowne.
MATHEMATICA
almostNatural[n_, b_] := Block[{m = 0, d = n, i = 1, l, p}, While[m <= d, l = m; m = (b - 1) i*b^(i - 1) + l; i++]; i--; p = Mod[d - l, i]; q = Floor[(d - l)/i] + b^(i - 1); If[p != 0, IntegerDigits[q, b][[p]], Mod[q - 1, b]]]; f[n_] := 4n^2 - 6n + 3 (* see A244677 formula section *); Array[ almostNatural[ f@#, 10] &, 105]
CROSSREFS
Sequence in context: A233822 A199462 A195847 * A154171 A199442 A280811
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, Jul 04 2014
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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)