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!)
A244678 The spiral of Champernowne read by the East-Northeast ray. 1
1, 1, 2, 7, 5, 1, 2, 6, 3, 4, 3, 6, 7, 6, 0, 1, 1, 1, 5, 1, 2, 1, 1, 2, 1, 4, 9, 3, 8, 0, 8, 4, 3, 9, 8, 5, 6, 0, 0, 6, 7, 5, 2, 7, 6, 2, 6, 9, 3, 2, 0, 4, 1, 1, 4, 1, 2, 1, 1, 3, 3, 0, 1, 1, 2, 5, 0, 1, 1, 3, 7, 2, 1, 1, 6, 0, 6, 2, 2, 1, 2, 1, 2, 2, 7, 5, 8, 2, 2, 4, 8, 6, 2, 2, 4, 1, 6, 3, 3, 4, 4, 7, 3, 3, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
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_] := 16n^2 - 37n + 22 (* see A244677 formula section *); Array[ almostNatural[ f@#, 10] &, 105]
CROSSREFS
Sequence in context: A306767 A113814 A059038 * A201319 A110945 A197571
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)