CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 18:52:47 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=5985e396234d7c5104805da486262220b714307a7e5b26c8812ee0edd3e8a5a2a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22oaD7tOMUY-pX2wXIa-YViHpimuJfgYsM%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e10937be35c1bf-BLR
Comment demo - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Demonstrative program about the reliability of the comment made by R. J. Cano at the entry A198960 on Jan 2012.
- Instructions:
- =============
- 1) Donwload b198960.txt
- 2) Delete the offset column. For example in Unix/Linux systems with GNU file utils available try: user@host$ cut -d' ' -f2 b198960.txt > w.txt
- 3) Run this PARI/GP script. You never should be in the output the banner "The statement about a198960 is wrong!!". (Please first ensure to have allocated enough memory)
- */
- default(echo,1);
- w=readvec("w");
- v=vector(#w-1,k,w[k+1]); \\ Delete the first term a(1)=2;
- u=vector(#v,k,(v[k]-26)/6); \\ Convert into "y" parameter of (6*y+26 == 3*9^n-1) each case;
- s=vector(#u-1,k,u[k+1]-u[k]); \\ Take the first differences;
- print("Thirty-six is: ",s[1]); \\ Consistency checking;
- r=vector(#s-1,k,s[k+1]/s[k]); \\ Compute the ratios between each pair of terms.
- r/=9; \\ PARI/GP does it like a human.
- if(#r==sum(j=1,#r,r[j]),print("Test approved for the given b-file."),print("The statement about a198960 is wrong!!"));
- quit();
Advertisement
Add Comment
Please, Sign In to add comment
-
📝 EASY MONEY GUIDE ✅ Working R
JavaScript | 1 sec ago | 0.25 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 2 sec ago | 0.15 KB
-
🚀 Swapzone +37% glitch
JavaScript | 8 sec ago | 0.24 KB
-
📌 Instant BTC Profit Method ✅ Working E
JavaScript | 9 sec ago | 0.25 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 13 sec ago | 0.15 KB
-
✅ Make $2500 in 20 minutes⭐ X
JavaScript | 17 sec ago | 0.25 KB
-
🚨 Free Crypto Method 🚨
JavaScript | 17 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 24 sec ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand