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!)
A161774 a(n) = n^(3n^3 + 2). 1
1, 67108864, 3990838394187339929534246675572349035227 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This provides an upper bound on the number of left-associated formulas in O'Connor's puzzle, size of the free Cartesian closed category over 3 objects.
a(n) too big to include in data sections for n>=4.
LINKS
Michael O'Connor, An Interesting Puzzle in Propositional Logic, April 9, 2009.
EXAMPLE
a(2) = 2^26; a(3) = 3^83; a(4) = 2^388.
MAPLE
seq(n^(3*n^3+2), n=1..4); # Muniru A Asiru, Oct 25 2018
MATHEMATICA
Table[n^(3*n^3 + 2), {n, 1, 9}] (* G. C. Greubel, Oct 24 2018 *)
PROG
(PARI) vector(9, n, n^(3*n^3 + 2)) \\ G. C. Greubel, Oct 24 2018
(Magma) [n^(3*n^3 + 2): n in [1..9]]; // G. C. Greubel, Oct 24 2018
(GAP) List([1..4], n->n^(3*n^3+2)); # Muniru A Asiru, Oct 25 2018
CROSSREFS
Sequence in context: A263392 A011576 A089081 * A203670 A353203 A183707
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Jun 18 2009
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 18:45 EDT 2024. Contains 373087 sequences. (Running on oeis4.)