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!)
A194566 Centered cube numbers: (n+1)^100+n^100. 1
1, 1267650600228229401496703205377, 515377520732011332304111729993850674198810727377, 1606938044259505653062694103672199063651968615055494942823377 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Can never be prime, and after a(0) must have at least 3 prime factors, as a(n) = (2*n^4 + 4*n^3 + 6*n^2 + 4*n + 1) * p_16(n) * p_80(n).
LINKS
FORMULA
a(n) = (n+1)^100 + n^100.
MAPLE
a:= n-> (n+1)^100 +n^100: seq (a(n), n=0..20);
MATHEMATICA
Total/@Partition[Range[0, 5]^100, 2, 1] (* Harvey P. Dale, Aug 10 2013 *)
CROSSREFS
Sequence in context: A144616 A095454 A261700 * A194216 A058446 A292635
KEYWORD
nonn,easy
AUTHOR
Jonathan Vos Post, Aug 29 2011
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)