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 A229067 #11 Oct 20 2013 21:57:46 %S A229067 6,7,14,16,27,29,42,44,48,65,67,86,90,92,96,117,123,125,148,152,154, %T A229067 160,183,189,197,222,224,228,230,234,271,275,281,283,318,320,326,332, %U A229067 336,369,375,377,387,389,422,424,436,448,483,485,489,495,497,507,546,552 %N A229067 Sum of n-th prime and next perfect square. %C A229067 Primes in the sequence: 7, 29, 67, 197, 271, 281, 283, 389, 617, 631, 641, ... %H A229067 Vincenzo Librandi, <a href="/A229067/b229067.txt">Table of n, a(n) for n = 1..1000</a> %F A229067 a(n) = A000040(n) + A145445(n). %t A229067 (Floor[Sqrt[#]] + 1)^2 + # &/@Prime[Range[80]] %Y A229067 Cf. A000040, A145445, A106044. %K A229067 nonn,less %O A229067 1,1 %A A229067 _Vincenzo Librandi_, Sep 25 2013