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 A135435 #12 Oct 14 2016 11:28:13 %S A135435 7,0,0,0,4,0,0,7,4,0,0,11,4,0,7,15,4,0,18,19,4,7,33,23,4,25,52,27,11, %T A135435 58,75,31,36,110,102,42,94,185,133,78,204,287,175,172,389,420,253,376, %U A135435 676,595,425,765,1096,848,801,1441,1691,1273,1566,2537,2539,2074,3007,4228 %N A135435 a(n) = a(n-4) + a(n-7) with a(0), ..., a(6) = [7,0,0,0,4,0,0]. %C A135435 Of interest because {7,11} is the earliest pair of typical primes belonging to a single hexad. Herein "pseudoprime" means sequence-specific psp. (i.e. dividing its term with rem. 0), not general number-theoretic psp. The only psp.s of concern, from the standpoint of primality testing, being those congruent to 1 or 5 (mod 6), are the six quadratics of the present zero-termed primes 5,13,17 the only relevant psp.s of this sequence? Or are there additional examples > 289? %H A135435 G. C. Greubel, <a href="/A135435/b135435.txt">Table of n, a(n) for n = 0..1000</a> %H A135435 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 1, 0, 0, 1). %F A135435 G.f.: (7-3*x^4)/(1-x^4-x^7). - _R. J. Mathar_, Oct 24 2009 %t A135435 LinearRecurrence[{0,0,0,1,0,0,1},{7,0,0,0,4,0,0},70] (* _Harvey P. Dale_, Jan 20 2013 *) %o A135435 (PARI) Vec((7-3*x^4)/(1-x^4-x^7) + O(x^80)) \\ _Michel Marcus_, Oct 14 2016 %Y A135435 Cf. A133394. %K A135435 easy,nonn %O A135435 0,1 %A A135435 G. Reed Jameson (Reedjameson(AT)yahoo.com), Dec 13 2007, Dec 16 2007 %E A135435 More terms from _R. J. Mathar_, Oct 24 2009