A194561 Centered cube numbers: (n+1)^27 + n^27.
1, 134217729, 7625731702715, 18022024106966971, 7468594995433310109, 1030940949674393077661, 66735852732611749389079, 2483564001592792629551895, 60567588642269318039802521, 1058149737003040059690390169, 14109994191499930367061460371
Offset: 0
Examples
The minimum nontrivial number of prime factors first appears at a(2) = 7625731702715 = 5 * 7 * 577 * 377604937.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Programs
-
Magma
[(n+1)^27+n^27: n in [0..10]]; // Vincenzo Librandi, Sep 21 2011
-
PARI
a(n)=(n+1)^27+n^27; \\ Andrew Howroyd, Feb 05 2018
Extensions
a(8)-a(10) from Andrew Howroyd, Feb 05 2018
Comments