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!)
A264610 a(0)=1; thereafter a(n) = -Sum_{i=1..n} a(n-i)^(2^i). 2
1, -1, -2, -6, -54, -4470, -30229110, -1388162822415990, -2926650008246700930753649260150, -13001299396349738096788020339357180951040927696209747704510070 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
f:=proc(n) option remember;
if n=0 then 1 else -add(f(n-i)^(2^i), i=1..n); fi; end;
[seq(f(n), n=0..4)];
CROSSREFS
Equals A260685(2^n).
Sequence in context: A306021 A122593 A267348 * A153450 A179389 A084123
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 25 2015
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)