Skip to content

Instantly share code, notes, and snippets.

@hamano
Created September 13, 2012 15:41
Show Gist options
  • Save hamano/3715185 to your computer and use it in GitHub Desktop.
Save hamano/3715185 to your computer and use it in GitHub Desktop.
# A[0]=4, A[n+1]=A[n]^2-1
A[0]=4
A[1]=15
A[2]=224
A[3]=50175
A[4]=2517530624
A[5]=6337960442777829375
A[6]=40169742574216538983356186036612890624
A[7]=1613608218478824775913354216413699241125577233045500390244103887844987109375
A[8]=2603731482742406711020866805128665046694587603211774274203694861766256593460704074036932874346479142719040341236474772854108357940666496259918212890624
A[9]=677941763422397177641738224345334931875313128480950007154331273776103067139704084149719681940039779966246537014128485977521171988670127700159607163255985116934537424470711547262048381000548505119724542139490037154248705023522876852246035192720515349345868534777939414089588990409605926374008178710937
# A[0]=4, A[n+1]=A[n]^2
A[0]=4
A[1]=16
A[2]=256
A[3]=65536
A[4]=4294967296
A[5]=18446744073709551616
A[6]=340282366920938463463374607431768211456
A[7]=115792089237316195423570985008687907853269984665640564039457584007913129639936
A[8]=13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084096
A[9]=179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment