[go: up one dir, main page]

login
Revision History for A244809 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
The hexagonal spiral of Champernowne, read along the 30-degree ray.
(history; published version)
#11 by Jon E. Schoenfield at Fri Mar 13 18:49:30 EDT 2015
STATUS

editing

approved

#10 by Jon E. Schoenfield at Fri Mar 13 18:49:28 EDT 2015
NAME

The hexagonal spiral of Champernowne, read along the 30° -degree ray.

STATUS

approved

editing

#9 by N. J. A. Sloane at Mon Jul 07 00:11:59 EDT 2014
STATUS

editing

approved

#8 by N. J. A. Sloane at Mon Jul 07 00:11:56 EDT 2014
NAME

The hexagonal spiral of Champernowne, read along the 30° ray.

STATUS

proposed

editing

#7 by Wesley Ivan Hurt at Sun Jul 06 21:46:56 EDT 2014
STATUS

editing

proposed

#6 by Wesley Ivan Hurt at Sun Jul 06 21:46:53 EDT 2014
FORMULA

(3n^2- 7n+ 5)th almost natural number (A033307), Also see formula section of A056105.

STATUS

proposed

editing

#5 by Michel Marcus at Sun Jul 06 17:56:21 EDT 2014
STATUS

editing

proposed

#4 by Michel Marcus at Sun Jul 06 17:56:16 EDT 2014
NAME

The hexagonal spiral of Champernowne, read the 30° ray.

FORMULA

(3n^2- 7n+ 5)th almost natural number (A033307), Also see formula section of A056105.

EXAMPLE

see 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_] := 3n^2- 7n+ 5 (* see formula section of A244807 *); Array[ almostNatural[ f@#, 10] &, 105]

STATUS

proposed

editing

#3 by Robert G. Wilson v at Sun Jul 06 17:43:13 EDT 2014
STATUS

editing

proposed

#2 by Robert G. Wilson v at Sun Jul 06 17:43:11 EDT 2014
NAME

allocated for Robert G The hexagonal spiral of Champernowne, read the 30° ray. Wilson v

DATA

1, 3, 0, 7, 7, 0, 6, 5, 7, 1, 3, 5, 1, 1, 2, 2, 7, 2, 3, 1, 3, 4, 3, 5, 6, 3, 0, 7, 1, 6, 9, 7, 7, 0, 1, 7, 0, 2, 3, 8, 7, 5, 5, 3, 8, 7, 8, 2, 3, 0, 1, 5, 2, 3, 4, 2, 5, 7, 7, 3, 2, 0, 1, 8, 3, 4, 5, 7, 8, 8, 9, 0, 7, 2, 3, 7, 0, 7, 8, 8, 7, 1, 3, 3, 8, 6, 8, 2, 3, 1, 3, 5, 2, 7, 8, 2, 5, 3, 4, 3, 2, 9, 0, 8, 3

OFFSET

1,2

FORMULA

(3n^2- 7n+ 5)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_] := 3n^2- 7n+ 5 (* see formula section of A244807 *); Array[ almostNatural[ f@#, 10] &, 105]

KEYWORD

allocated

nonn,easy

AUTHOR

Robert G. Wilson v, Jul 06 2014

STATUS

approved

editing