This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A110833 #20 Mar 31 2025 14:24:55 %S A110833 9,16,36,64,144,196,324,400,576,900,1024,1444,1764,1936,2304,2916, %T A110833 3600,3844,4624,5184,5476,6400,7056,8100,9604,10404,10816,11664,12100, %U A110833 12996,16384,17424,19044,19600,22500,23104,24964,26896,28224,30276,32400,33124,36864 %N A110833 a(n) = (prime(n)+1)^2. %H A110833 Vincenzo Librandi, <a href="/A110833/b110833.txt">Table of n, a(n) for n = 1..1000</a> %F A110833 From _Amiram Eldar_, Jan 23 2021: (Start) %F A110833 a(n) = A008864(n)^2. %F A110833 Product_{n>=1} (1 + 1/a(n)) = A065486. %F A110833 Product_{n>=1} (1 - 1/a(n)) = A065472. (End) %F A110833 Sum 1/a(n) = A382554. - _R. J. Mathar_, Mar 31 2025 %t A110833 Table[(Prime[n] + 1)^2, {n, 200}] (* _Vincenzo Librandi_, Mar 27 2014 *) %o A110833 (Magma) [(p+1)^2: p in PrimesUpTo(200)]; // _Vincenzo Librandi_, Mar 27 2014 %o A110833 (Python) %o A110833 from sympy import primerange %o A110833 print([(p+1)**2 for p in primerange(1, 192)]) # _Michael S. Branicky_, Sep 16 2021 %Y A110833 Cf. A008864, A065472, A065486. %K A110833 nonn,easy %O A110833 1,1 %A A110833 _Giovanni Teofilatto_, Sep 18 2005 %E A110833 Corrected and extended by _Ray Chandler_, Oct 08 2005