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!)
A168320 a(-1)=0. a(n)=a(n-1)^2+2^n. 0

%I #5 Jun 12 2014 20:03:54

%S 1,3,13,177,31345,982509057,965324047087029313,

%T 931850515884481186273153523321252097,

%U 868345383954173723655205051633111454677692184821907897236578371826897665

%N a(-1)=0. a(n)=a(n-1)^2+2^n.

%t a=0; Table[a=a^2+2^n,{n,0,11}]

%t RecurrenceTable[{a[-1]==0,a[n]==a[n-1]^2+2^n},a,{n,10}] (* _Harvey P. Dale_, Jun 12 2014 *)

%K nonn

%O 0,2

%A _Vladimir Joseph Stephan Orlovsky_, Nov 22 2009

%E Definition corrected - _R. J. Mathar_, Nov 24 2009

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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)