The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A123704 Numbers k such that (5^p - 3^p)/2 is prime, where p = prime(k). 2
6, 8, 9, 11, 15, 31, 48, 60, 314, 701, 940, 942, 2164, 2981, 3810, 6971, 12068, 13641, 16502 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding primes p = prime(a(n)) are listed in A121877.
Corresponding primes of the form (5^p - 3^p)/2 are listed in A123705.
a(13) is greater than 1000. - Farideh Firoozbakht, Oct 11 2006
LINKS
FORMULA
a(n) = primepi( A121877(n) ).
MATHEMATICA
Do[If[PrimeQ[(5^Prime[n] - 3^Prime[n])/2], Print[n]], {n, 1000}] (* Robert G. Wilson v, Jan 12 2007 *)
PrimePi[#]&/@Select[Prime[Range[1000]], PrimeQ[(5^#-3^#)/2]&] (* Harvey P. Dale, Sep 23 2018 *)
CROSSREFS
Sequence in context: A074845 A001746 A025070 * A045574 A074284 A125736
KEYWORD
nonn,more
AUTHOR
Alexander Adamchuk, Oct 08 2006
EXTENSIONS
More terms from Farideh Firoozbakht, Oct 11 2006
a(13)-a(16) computed from A121877 by Jinyuan Wang, Mar 23 2020
a(17)-a(19) from Kellen Shenton, May 18 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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)