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!)
A152080 Composite numbers c for which A000695(c) is prime. 2
55, 77, 87, 91, 115, 117, 121, 171, 185, 203, 213, 253, 299, 327, 329, 369, 405, 415, 425, 471, 475, 477, 481, 493, 501, 539, 583, 625, 637, 665, 675, 687, 721, 755, 789, 803, 805, 815, 817, 833, 835, 841, 855, 861, 913, 935, 955, 973, 979, 981 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_] := FromDigits[IntegerDigits[n, 2], 4]; Select[Range[1000], CompositeQ[#] && PrimeQ[f[#]] &] (* Amiram Eldar, Dec 13 2018 *)
PROG
(PARI) a000695(n) = fromdigits(binary(n), 4);
lista(nn) = forcomposite(n=1, nn, if (isprime(a000695(n)), print1(n, ", "))); \\ Michel Marcus, Dec 13 2018
CROSSREFS
Sequence in context: A217236 A050781 A060260 * A236769 A119224 A135984
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Nov 23 2008
EXTENSIONS
More terms derived from b000695.txt by Michel Marcus, Jun 02 2013
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 15:15 EDT 2024. Contains 372554 sequences. (Running on oeis4.)