The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A244685 The spiral of Champernowne read by the West ray. 0
1, 6, 4, 2, 9, 5, 0, 4, 1, 1, 3, 2, 2, 6, 3, 3, 3, 4, 4, 4, 5, 6, 9, 7, 8, 8, 9, 1, 8, 1, 1, 4, 9, 1, 4, 1, 2, 1, 7, 0, 7, 1, 0, 3, 4, 2, 4, 9, 3, 2, 7, 9, 4, 3, 2, 1, 7, 3, 6, 7, 2, 4, 1, 6, 9, 4, 6, 8, 8, 5, 1, 3, 9, 5, 7, 2, 2, 6, 3, 3, 7, 6, 0, 8, 4, 7, 6, 6, 3, 8, 4, 8, 4, 8, 1, 2, 7, 9, 9, 2, 0, 0, 5, 1, 5 (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 - 7n + 4 (* see A244677 formula section *); Array[ almostNatural[ f@#, 10] &, 105]
CROSSREFS
Sequence in context: A086036 A345644 A019849 * A118421 A158233 A093604
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 May 15 09:20 EDT 2024. Contains 372540 sequences. (Running on oeis4.)