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!)
A123867 a(n) = n^10 - 1. 8
0, 1023, 59048, 1048575, 9765624, 60466175, 282475248, 1073741823, 3486784400, 9999999999, 25937424600, 61917364223, 137858491848, 289254654975, 576650390624, 1099511627775, 2015993900448, 3570467226623, 6131066257800, 10239999999999, 16679880978200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) mod 11 = 0 iff n mod 11 > 0; a(A008593(n)) = 10.
LINKS
Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
FORMULA
From G. C. Greubel, Aug 08 2019: (Start)
G.f.: x^2*(1023 + 47795*x + 455312*x^2 + 1310144*x^3 + 1310606*x^4 + 454982*x^5 + 47960*x^6 + 968*x^7 + 11*x^8 + x^9)/(1-x)^11.
E.g.f.: 1 +(-1 + x + 511*x^2 + 9330*x^3 + 34105*x^4 + 42525*x^5 + 22827*x^6 + 5880*x^7 + 750*x^8 + 45*x^9 + x^10)*exp(x). (End)
MAPLE
A123867:=n->n^10-1; seq(A123867(n), n=1..40); # Wesley Ivan Hurt, Jan 22 2014
MATHEMATICA
Table[n^10-1, {n, 40}] (* Wesley Ivan Hurt, Jan 22 2014 *)
PROG
(Magma) [n^10 - 1:n in [1..40]]; // Vincenzo Librandi, Dec 27 2010
(PARI) vector(25, n, n^10 -1) \\ G. C. Greubel, Aug 08 2019
(Sage) [n^10 -1 for n in (1..25)] # G. C. Greubel, Aug 08 2019
(GAP) List([1..25], n-> n^10 -1); # G. C. Greubel, Aug 08 2019
CROSSREFS
Sequence in context: A022526 A069095 A024008 * A321555 A321549 A160959
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Oct 16 2006
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 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)