[go: up one dir, main page]

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!)
Search: a070522 -id:a070522
Displaying 1-2 of 2 results found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A070523 Numbers k such that cyclotomic(k, prime(k)) is a prime number. +10
3
3, 6, 7, 14, 19, 31, 34, 66, 93, 307, 402, 421, 600, 848, 1022, 1057, 1906, 3772, 4184, 4364 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Values corresponding to a(3)=7 through a(13)=600 have been certified prime with Primo. Their sizes in decimal digits are 8, 10, 33, 64, 35, 51, 162, 1012, 455, 1455 and 584, respectively. Values corresponding to a(14) through a(17) are probable primes with lengths 1588, 1689, 3535 and 4014 decimal digits. a(18)>2000. - Rick L. Shepherd, Jul 10 2002
All terms <= 1906 have been proven with PARI's ECPP. No other terms <= 20000. - Lucas A. Brown, Jan 03 2021
LINKS
Lucas A. Brown, A070523.py.
EXAMPLE
For n=7: 1+x+x^2+x^3+x^4+x^5+x^6 at x=prime(7)=17 gives a prime 25646167.
PROG
(PARI) for(n=1, 2000, if(isprime(eval(polcyclo(n, prime(n)))), print1(n, ", ")))
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Labos Elemer, May 02 2002
EXTENSIONS
More terms from Rick L. Shepherd, Jul 10 2002
a(18)-a(20) by Lucas A. Brown, Jan 02 2021
STATUS
approved
A070525 Numbers n such that n-th cyclotomic polynomial evaluated at phi(n) is a prime number. +10
3
2, 3, 4, 6, 7, 8, 12, 18, 21, 30, 45, 48, 70, 120, 127, 153, 182, 204, 212, 282, 318, 322, 910, 1167, 1177, 1342, 1680, 1963, 2670, 4398, 4655, 8088, 8599, 8808, 19680 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are probable primes for n > 910. No others for n <= 10000. The prime values of n are 2, 3, 7, 127 and 8599 (A088856). - T. D. Noe, Nov 23 2003
All terms <= 2670, except 1963, have been certified prime with PARI's ECPP. There are no other terms <= 25000. - Lucas A. Brown, Jan 08 2021
LINKS
Lucas A. Brown, A070525.py.
EXAMPLE
n=7: Phi(7)=6, Cyclotomic(7,6)=1+6+36+216+1296+7776+46656=55987 is prime.
MATHEMATICA
Do[s=Cyclotomic[n, EulerPhi[n]]; If[PrimeQ[s], Print[n]], {n, 1, 400}]
PROG
(PARI) isok(n) = isprime(polcyclo(n, eulerphi(n))); \\ Michel Marcus, Sep 01 2019
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Labos Elemer, May 02 2002
EXTENSIONS
More terms from T. D. Noe, Nov 23 2003
a(35) by Lucas A. Brown, Jan 08 2021
STATUS
approved
page 1

Search completed in 0.008 seconds

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 August 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)