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!)
A060895 n^16 + 1. 2
1, 2, 65537, 43046722, 4294967297, 152587890626, 2821109907457, 33232930569602, 281474976710657, 1853020188851842, 10000000000000001, 45949729863572162, 184884258895036417, 665416609183179842, 2177953337809371137, 6568408355712890626 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) = Phi_32(n) where Phi_k is the k-th cyclotomic polynomial.
LINKS
Index entries for linear recurrences with constant coefficients, signature (17,-136,680,-2380,6188,-12376,19448,-24310,24310,-19448,12376,-6188,2380,-680,136,-17,1).
FORMULA
G.f.: -(2*x^16 +65503*x^15 +41932865*x^14 +3572084695*x^13 +85383240369*x^12 +782115513931*x^11 +3207483186165*x^10 +6382798914035*x^9 +6382798938345*x^8 +3207483166717*x^7 +782115526307*x^6 +85383234181*x^5 +3572087075*x^4 +41932185*x^3 +65639*x^2 -15*x +1)/(x -1)^17. [Colin Barker, Oct 29 2012]
MAPLE
A060895 := proc(n)
numtheory[cyclotomic](32, n) ;
end proc:
seq(A060895(n), n=0..20) ; # R. J. Mathar, Feb 11 2014
MATHEMATICA
Range[0, 25]^16 + 1 (* or *)
Cyclotomic[32, Range[0, 25]] (* Paolo Xausa, Feb 26 2024 *)
PROG
(PARI) { for (n=0, 1000, write("b060895.txt", n, " ", n^16 + 1); ) } \\ Harry J. Smith, Jul 14 2009
CROSSREFS
Sequence in context: A052427 A051833 A213619 * A100266 A272137 A272248
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 05 2001
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)