login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A199821 Primes of form 12^n-11^n. 1

%I #14 Sep 08 2022 08:46:00

%S 23,397,16344637

%N Primes of form 12^n-11^n.

%H Vincenzo Librandi, <a href="/A199821/b199821.txt">Table of n, a(n) for n = 1..6</a>

%t Select[12^Range[3000]-11^Range[3000],PrimeQ]

%o (Magma) [ a: n in [0..300] | IsPrime(a) where a is 12^n-11^n ]

%Y Cf. A016197

%K nonn,more,bref

%O 1,1

%A _Vincenzo Librandi_, Nov 21 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 17 21:09 EDT 2024. Contains 375990 sequences. (Running on oeis4.)