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!)
A244808 The hexagonal spiral of Champernowne, read along the 60-degree ray. 11
1, 1, 6, 5, 5, 1, 1, 2, 2, 3, 4, 5, 6, 7, 8, 9, 3, 1, 2, 4, 2, 1, 7, 4, 7, 2, 2, 4, 8, 2, 9, 3, 5, 3, 7, 2, 8, 4, 5, 1, 7, 5, 5, 9, 2, 6, 5, 6, 3, 7, 7, 4, 0, 8, 9, 1, 3, 9, 1, 0, 0, 1, 1, 1, 2, 2, 1, 5, 1, 3, 3, 1, 2, 1, 5, 5, 1, 0, 1, 7, 7, 1, 1, 1, 9, 9, 1, 3, 2, 1, 1, 2, 8, 2, 3, 3, 2, 4, 2, 5, 6, 2, 3, 2, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
(12n^2-27n+16)th almost natural number (A033307); also see formula section of A056105.
EXAMPLE
see A244807 example section for its diagram.
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_] := 12n^2 - 27n + 16 (* see formula section of A244807 *); Array[ almostNatural[ f@#, 10] &, 105]
CROSSREFS
Sequence in context: A351335 A021862 A199375 * A351055 A359284 A157295
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, Jul 06 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 16 16:52 EDT 2024. Contains 371749 sequences. (Running on oeis4.)