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!)
A277897 Transpose of square array A277898. 2
3, 5, 4, 7, 9, 6, 11, 25, 12, 8, 13, 49, 33, 14, 10, 17, 93, 58, 35, 15, 18, 19, 169, 119, 65, 44, 16, 22, 23, 287, 185, 121, 77, 45, 20, 24, 29, 361, 289, 209, 124, 91, 51, 21, 30, 31, 529, 437, 299, 214, 143, 95, 55, 26, 32, 37, 802, 589, 473, 323, 221, 161, 106, 57, 27, 40, 41, 934, 841, 611, 493, 327, 247, 177, 111, 60, 28, 42 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
3,1
COMMENTS
See A277898.
LINKS
PROG
(Scheme) (define (A277897 n) (if (< n 3) n (A277898bi (A004736 (- n 2)) (A002260 (- n 2))))) ;; Code for A277898bi given in A277898.
CROSSREFS
Transpose: A277898.
Sequence in context: A189827 A023859 A096457 * A082568 A242640 A210195
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Nov 08 2016
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 May 8 05:14 EDT 2024. Contains 372319 sequences. (Running on oeis4.)