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!)
A228467 Recurrence a(n) = 2^n*a(n-1) - a(n-2) with a(0)=0, a(1)=1. 2
0, 1, 4, 31, 492, 15713, 1005140, 128642207, 32931399852, 16860748082017, 17265373104585556, 35359467257443136671, 144832360621113983218860, 1186466662848698493085764449, 19439069659280715489603181513556, 636979433408843822314618558750438559 (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.4792100640621967581293535977698228585...
MATHEMATICA
RecurrenceTable[{a[n]==2^n*a[n-1]-a[n-2], a[0]==0, a[1]==1}, a, {n, 0, 15}]
nxt[{n_, a_, b_}]:={n+1, b, b*2^(n+1)-a}; NestList[nxt, {1, 0, 1}, 20][[All, 2]] (* Harvey P. Dale, Jul 02 2022 *)
CROSSREFS
Sequence in context: A350608 A143077 A203011 * A005841 A005828 A084764
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)