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!)
A272272 Numbers k such that 4^k-3^(k+1) is prime. 0
4, 8, 24, 36, 48, 246, 608, 734, 774, 824, 948, 1244, 3230, 4656, 5448, 6360, 7598, 15390, 48158, 86754 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(21) > 10^5.
LINKS
EXAMPLE
8 is a member since 4^8 - 3^9 = 65536-19683 = 45853 which is a prime number.
MATHEMATICA
Select[Range[4, 100000], PrimeQ[4^# - 3^(# + 1)] &]
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime(4^n-3^(n+1)), print1(n, ", "))); \\ Altug Alkan, Apr 24 2016
CROSSREFS
Sequence in context: A212019 A075708 A066617 * A024589 A062015 A006640
KEYWORD
nonn,more
AUTHOR
Robert Price, Apr 24 2016
EXTENSIONS
Typo in a(11) corrected by Georg Fischer, Mar 19 2022
STATUS
approved

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 April 24 19:49 EDT 2024. Contains 371963 sequences. (Running on oeis4.)