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!)
A048710 Family 1 "Rule 90 x Rule 150 Array" read by antidiagonals. 5
1, 5, 7, 17, 27, 21, 85, 119, 65, 107, 257, 427, 325, 455, 273, 1285, 1799, 1105, 1755, 1365, 1911, 4369, 6939, 5397, 7607, 4097, 6827, 5189, 21845, 30583, 16705, 27499, 20485, 28679, 17745, 28123, 65537 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Infinitely many one-dimensional cellular automaton rules (given in sequence A048705) occur in this array, as combinations of CA-rules "90" (generates rows) and "150" (generates columns).
No pattern occurs twice in such arrays.
Each row/column can be generated from its predecessor row/column with SHIFTXORADJ transformation, given in A048711.
LINKS
FORMULA
a(n) = rule150(rule90(1, (((trinv(n)-1)*(((1/2)*trinv(n))+1))-n)), (n-((trinv(n)*(trinv(n)-1))/2))).
EXAMPLE
1 5 17 85 257 1105 ... [ beginning of array ]
7 27 119 427 1799 ...
21 65 325 1105 5397 ...
MAPLE
trinv := n -> floor((1+sqrt(1+8*n))/2); # Gives integral inverses of the triangular numbers
CROSSREFS
Rows = A038183, A048711, A048713, columns = A038184, A048712, A048713, diagonal = A048709. Cf. A048720.
Sequence in context: A240030 A032412 A114970 * A126142 A216560 A019340
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Mar 18 1999
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 29 09:28 EDT 2024. Contains 372111 sequences. (Running on oeis4.)