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!)
A358349 A puzzle array read by antidiagonals. 1
1, 2, 1, 3, 3, 1, 4, 9, 4, 1, 5, 21, 31, 5, 1, 6, 41, 220, 129, 6, 1, 7, 71, 1081, 6949, 651, 7, 1, 8, 113, 3992, 244769, 897072, 3913, 8, 1, 9, 169, 12015, 4560121, 1701796853, 583997785, 27399, 9, 1, 10, 241, 31112, 52524001, 1117878053902, 1526634890512201 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
Ben Hamilton, Brainteasers and Mindbenders, Fireside, 1992, p. 51.
LINKS
Sean A. Irvine, Java program (github)
FORMULA
T(1,m) = m, T(n,1) = 1, T(n,m) = T(n-1,m-1) * T(n-1,m) + T(n,m-1).
EXAMPLE
Original puzzle ("May 5" in Hamilton):
1, 2, 3, 4, 5;
1, 3, 9, 21, 41;
1, 4, 31, 220, 1081;
1, 5, 129, 6949, ?.
CROSSREFS
Sequence in context: A179943 A089944 A180165 * A142249 A274705 A257243
KEYWORD
nonn,easy,tabl
AUTHOR
Sean A. Irvine, Dec 02 2022
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 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)