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.

A273522 Numbers n such that 12*14^n-1 is prime.

This page as a plain text file.
%I A273522 #15 Feb 16 2025 08:33:35
%S A273522 1,2,4,6,22,24,26,37,47,257,374,1848,3128,3468,6943,9663
%N A273522 Numbers n such that 12*14^n-1 is prime.
%H A273522 J. Brillhart, D. H. Lehmer and J. L. Selfridge, <a href="http://dx.doi.org/10.1090/S0025-5718-1975-0384673-1">New primality criteria and factorizations of 2^m+-1</a>, Math. Compl. 29 (1975) 620-647.
%H A273522 John Eisenmann, <a href="http://ostracodfiles.com/primes14/primes.php">Prime Numbers of the Form a * 14^b - 1</a>.
%H A273522 Victor Shoup, <a href="http://www.shoup.net/ntb/ntb-v2.pdf">A Computational Introduction to Number Theory and Algebra</a>, 2008, page 348.
%H A273522 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LucasSequence.html">Lucas Sequence</a>.
%H A273522 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Rabin-MillerStrongPseudoprimeTest.html">Rabin-Miller Strong Pseudoprime Test</a>.
%o A273522 (PARI) is(n)=ispseudoprime(12*14^n-1) \\ _Charles R Greathouse IV_, Jun 08 2016
%K A273522 nonn,more
%O A273522 0,2
%A A273522 _Jack P. Eisenmann_, May 23 2016