The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A328463 Transpose of square array A328464. 2
1, 1, 3, 1, 4, 7, 1, 6, 16, 9, 1, 8, 36, 19, 31, 1, 12, 78, 41, 106, 33, 1, 14, 144, 85, 386, 109, 37, 1, 18, 222, 155, 1002, 391, 121, 39, 1, 20, 324, 235, 2432, 1009, 421, 124, 211, 1, 24, 438, 341, 4200, 2443, 1079, 426, 1156, 213, 1, 30, 668, 457, 7430, 4213, 2575, 1086, 5006, 1159, 217, 1, 32, 900, 691, 12674, 7447, 4421, 2586, 17018, 5011, 1171, 219 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI)
\\ Needs also code from A328464:
A328463sq(n, k) = A328464sq(k, n);
A328463list(up_to) = { my(v = vector(up_to), i=0); for(a=1, oo, for(col=1, a, i++; if(i > up_to, return(v)); v[i] = A328463sq(col, (a-(col-1))))); (v); };
v328463 = A328463list(up_to);
A328463(n) = v328463[n];
CROSSREFS
Cf. A328464.
Sequence in context: A104746 A350584 A208339 * A185722 A287376 A209418
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Oct 16 2019
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 June 7 17:05 EDT 2024. Contains 373203 sequences. (Running on oeis4.)