cp's OEIS Frontend

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.

A135435 a(n) = a(n-4) + a(n-7) with a(0), ..., a(6) = [7,0,0,0,4,0,0].

Original entry on oeis.org

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, 58, 75, 31, 36, 110, 102, 42, 94, 185, 133, 78, 204, 287, 175, 172, 389, 420, 253, 376, 676, 595, 425, 765, 1096, 848, 801, 1441, 1691, 1273, 1566, 2537, 2539, 2074, 3007, 4228
Offset: 0

Views

Author

G. Reed Jameson (Reedjameson(AT)yahoo.com), Dec 13 2007, Dec 16 2007

Keywords

Comments

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?

Crossrefs

Cf. A133394.

Programs

  • Mathematica
    LinearRecurrence[{0,0,0,1,0,0,1},{7,0,0,0,4,0,0},70] (* Harvey P. Dale, Jan 20 2013 *)
  • PARI
    Vec((7-3*x^4)/(1-x^4-x^7) + O(x^80)) \\ Michel Marcus, Oct 14 2016

Formula

G.f.: (7-3*x^4)/(1-x^4-x^7). - R. J. Mathar, Oct 24 2009

Extensions

More terms from R. J. Mathar, Oct 24 2009