|
| |
|
|
A060656
|
|
a(n)=2a(n-1)*a(n-2)/a(n-3) with a(0)=a(1)=1.
|
|
6
| |
|
|
1, 1, 2, 4, 16, 64, 512, 4096, 65536, 1048576, 33554432, 1073741824, 68719476736, 4398046511104, 562949953421312, 72057594037927936, 18446744073709551616, 4722366482869645213696, 2417851639229258349412352
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| a(n+1) is the Hankel transform of A135052. - Paul Barry (pbarry(AT)wit.ie), Nov 15 2007
Contribution from Paul Barry (pbarry(AT)wit.ie), Dec 08 2009: (Start)
a(n+1) is the Hankel transform of the aerated large Schroeder numbers. a(n) and a(n+1) both satisfy the trivial
Somos-4 recurrence u(n)=4*u(n-2)^2/u(n-4). Associated to elliptic curve y^2=1-6x^2+x^4 via Schroeder numbers. (End)
Hankel transform of A089324. [From Paul Barry (pbarry(AT)wit.ie), Mar 01 2010]
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=0,...,100
|
|
|
FORMULA
| a(n) =2^[ n^2/4 ] =a(n-1)*2^[ n/2 ] =a(n-2)*2^(n-1) =a(n-1)*A016116(n) =2^A002620(n).
|
|
|
EXAMPLE
| a(6)=2*64*16/4=512.
|
|
|
PROG
| (PARI) { for (n=0, 100, write("b060656.txt", n, " ", 2^(n^2\4)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 09 2009]
|
|
|
CROSSREFS
| Cf. A038754.
Cf. A002416.
Sequence in context: A153998 A154001 A154004 * A061286 A019279 A061652
Adjacent sequences: A060653 A060654 A060655 * A060657 A060658 A060659
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Henry Bottomley (se16(AT)btinternet.com), Apr 18 2001
|
| |
|
|