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!)
A081347 First column in maze arrangement of natural numbers. 4
1, 2, 3, 12, 13, 30, 31, 56, 57, 90, 91, 132, 133, 182, 183, 240, 241, 306, 307, 380, 381, 462, 463, 552, 553, 650, 651, 756, 757, 870, 871, 992, 993, 1122, 1123, 1260, 1261, 1406, 1407, 1560, 1561, 1722, 1723, 1892, 1893, 2070, 2071, 2256, 2257, 2450, 2451 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Interleaves two times the hexagonal numbers A000384 with A054554.
LINKS
FORMULA
a(n) = ((1+2*n^2)+(1-2*n)*(-1)^n)/2.
a(2n) = A054554(n).
a(2n+1) = 2*A000384(n).
G.f.: (1+x-x^2+7*x^3)/((1-x)^3*(1+x)^2). [Colin Barker, Apr 17 2012]
EXAMPLE
Starting with 1,2,3, turn (LL) and then repeat (RRR)(LLL) to get
1 6 7 20
2 5 8 19
3 4 9 18
12 11 10 17
MATHEMATICA
CoefficientList[Series[(1 + x - x^2 + 7 x^3) / ((1 - x)^3 (1 + x)^2), {x, 0, 50}], x] (* Vincenzo Librandi, Aug 08 2013 *)
PROG
(Magma) [((1+2*n^2)+(1-2*n)*(-1)^n)/2: n in [0..50]]; // Vincenzo Librandi, Aug 08 2013
CROSSREFS
Sequence in context: A157900 A157902 A102660 * A309176 A074347 A102034
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 19 2003
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 19:37 EDT 2024. Contains 371963 sequences. (Running on oeis4.)