[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: a070525 -id:a070525
Displaying 1-2 of 2 results found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A070526 Value of n-th cyclotomic polynomial at 2^n. +10
3
1, 5, 73, 257, 1082401, 4033, 4432676798593, 4294967297, 18014398643699713, 1098438933505, 1298708349570020393652962442872833, 281474959933441, 91355004067076339167413824240109498970069278721 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
n=5: a(5)=C[5,32]=1+32+1024+32768+1048576=1082401
MATHEMATICA
Table[Cyclotomic[w, 2^w], {w, 1, 15}]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, May 02 2002
STATUS
approved
A088856 Primes p such that cyclotomic(p,p-1) is prime. +10
2
2, 3, 7, 127, 8599 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Some of the larger entries may only correspond to probable primes.
For p > 2, these are numbers p such that ((p-1)^p - 1)/(p-2) is prime. - Thomas Ordowski, Sep 02 2021
LINKS
Eric Weisstein's World of Mathematics, Cyclotomic Polynomial
FORMULA
a(n) = A101753(n) + 1. - Thomas Ordowski, Sep 02 2021
MATHEMATICA
lst={}; Do[p=Prime[n]; If[PrimeQ[Cyclotomic[p, p-1]], AppendTo[lst, p]], {n, 400}]; lst
PROG
(PARI) isok(p) = isprime(p) && isprime(polcyclo(p, p-1)); \\ Michel Marcus, Sep 02 2021
CROSSREFS
KEYWORD
more,nonn
AUTHOR
T. D. Noe, Nov 23 2003
STATUS
approved
page 1

Search completed in 0.006 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.)