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!)
A160567 a(n)=4*(a(n-1)a(n-3)-a(n-2)^2)/a(n-4), a(1)=a(2)=a(3)=1, a(4)=-4. 1
1, 1, 1, -4, -20, -144, 704, 34816, 1101824, 12124160, -4499439616, -586464362496, -99309307559936, 33947352788107264, 26466630265219317760, 25787111566764821970944, -7045529183328701486465024 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
a(n+1) is the Hankel transform of A160565.
LINKS
MAPLE
A160567 := proc(n)
option remember;
if n < 5 then
op(n, [1, 1, 1, -4]);
else
4*(procname(n-1)*procname(n-3)-procname(n-2)^2)/procname(n-4) ;
end if;
end proc: # R. J. Mathar, Feb 25 2015
CROSSREFS
Cf. A050512.
Sequence in context: A340903 A098541 A004204 * A034216 A144009 A301270
KEYWORD
easy,sign
AUTHOR
Paul Barry, May 19 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 September 12 22:20 EDT 2024. Contains 375855 sequences. (Running on oeis4.)