The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A225609 Recurrence a(n) = 2^n*a(n-1) + a(n-2) with a(0)=0, a(1)=1. 2
0, 1, 4, 33, 532, 17057, 1092180, 139816097, 35794013012, 18326674478241, 18766550459731796, 38433913668205196449, 157425329151518944386900, 1289628334843156860622681249, 21129270795495611155960953970516, 692363946716428521201685400328549537 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * 2^(n^2/2 + n/2), where c = 0.52087674149344124670486211129137...
MATHEMATICA
RecurrenceTable[{a[n]==2^n*a[n-1]+a[n-2], a[0]==0, a[1]==1}, a, {n, 0, 15}]
CROSSREFS
Sequence in context: A219504 A258180 A072754 * A113086 A058153 A020197
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 22 2013
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 15 22:47 EDT 2024. Contains 372549 sequences. (Running on oeis4.)