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!)
A103488 a(n) = 2^(n^2-1). 10
1, 8, 256, 32768, 16777216, 34359738368, 281474976710656, 9223372036854775808, 1208925819614629174706176, 633825300114114700748351602688, 1329227995784915872903807060280344576, 11150372599265311570767859136324180752990208 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
From the classic story: number of grains of wheat on last square of n X n chessboard.
Hankel transform of A059304 and of A084771. - Philippe Deléham, Dec 02 2007
The number of compositions of n^2. - Alois P. Heinz, Feb 22 2020
LINKS
FORMULA
a(n) = A000079(A005563(n-1)). - Michel Marcus, Feb 25 2014
a(n) = A011782(A000290(n)). - Alois P. Heinz, Feb 22 2020
MAPLE
[seq(2^(n^2-1), n=1..14)];
MATHEMATICA
Table[2^(n^2 - 1), {n, 1, 20}] (* Vincenzo Librandi, Feb 25 2014 *)
PROG
(PARI) a(n) = 2^(n^2-1); \\ Joerg Arndt, Feb 23 2014
(Magma) [2^(n^2-1): n in [1..15]]; // Vincenzo Librandi, Feb 25 2014
CROSSREFS
Sequence in context: A253165 A140338 A140339 * A341479 A041487 A034988
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, Jul 30 2006
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 1 14:54 EDT 2024. Contains 372174 sequences. (Running on oeis4.)