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.

A122003 Numbers n such that A024152(n) = 12^n - n^12 is prime.

This page as a plain text file.
%I A122003 #13 Oct 01 2024 14:34:42
%S A122003 1,13,25,325,833,2087,29773
%N A122003 Numbers n such that A024152(n) = 12^n - n^12 is prime.
%C A122003 Corresponding primes of the form A024152[n] = 12^n - n^12 are {11,83695120256591,953962166381085484825907807,...}.
%C A122003 a(8) > 50000. - _Michael S. Branicky_, Oct 01 2024
%t A122003 Do[f=12^n-n^12;If[PrimeQ[f],Print[{n,f}]],{n,1,833}]
%o A122003 (PARI) is(n)=isprime(12^n-n^12) \\ _Charles R Greathouse IV_, Feb 17 2017
%Y A122003 Cf. A024152, A072180, A109387.
%K A122003 more,nonn
%O A122003 1,2
%A A122003 _Alexander Adamchuk_, Sep 12 2006
%E A122003 a(6) from _Robert G. Wilson v_, Sep 14 2006
%E A122003 a(7) from _Donovan Johnson_, Feb 26 2008