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!)
A019325 Cyclotomic polynomials at x=7. 4
7, 6, 8, 57, 50, 2801, 43, 137257, 2402, 117993, 2101, 329554457, 2353, 16148168401, 102943, 4956001, 5764802, 38771752331201, 117307, 1899815864228857, 5649505, 11898664849, 247165843, 4561457890013486057, 5762401, 79797014141614001, 12111126301, 1628413638264057 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Sequence has a(0) = x; see comments in A020501.
LINKS
MAPLE
with(numtheory, cyclotomic); f := n->subs(x=7, cyclotomic(n, x)); seq(f(i), i=0..64);
MATHEMATICA
Join[{7}, Cyclotomic[Range[50], 7]] (* Paolo Xausa, Feb 26 2024 *)
PROG
(PARI) a(n) = if(n==0, 7, polcyclo(n, 7)); \\ Michel Marcus, Dec 16 2017
CROSSREFS
Sequence in context: A308041 A256685 A372445 * A351687 A011220 A198605
KEYWORD
nonn,look
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Dec 17 2017
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 June 11 00:20 EDT 2024. Contains 373283 sequences. (Running on oeis4.)