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!)
A083401 Numbers k such that A073605(k) is prime. 3
3, 4, 5, 6, 15, 21, 25, 27, 28, 52, 70, 205, 245, 308, 339, 357, 415, 524, 537, 1455, 1500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No other terms below 2200. [Max Alekseyev, May 11 2009]
LINKS
EXAMPLE
a(1)=3 because A073605(3)=7 is prime and A073605(1) and A073605(2) aren't primes.
MATHEMATICA
For[k = 0, k < 875, If[PrimeQ[ChineseRemainder[ -Range[k], Prime[Range[k]]]], Print[k]], k++ ]
CROSSREFS
Sequence in context: A351711 A294247 A346310 * A281829 A083400 A154665
KEYWORD
nonn,more
AUTHOR
Farideh Firoozbakht, Jun 07 2003
EXTENSIONS
a(20)-a(21) from Max Alekseyev, May 11 2009
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)