A089081
26th powers: a(n) = n^26.
Original entry on oeis.org
0, 1, 67108864, 2541865828329, 4503599627370496, 1490116119384765625, 170581728179578208256, 9387480337647754305649, 302231454903657293676544, 6461081889226673298932241, 100000000000000000000000000
Offset: 0
Douglas Winston (douglas.winston(AT)srupc.com), Dec 04 2003
A022526
Nexus numbers (n+1)^10-n^10.
Original entry on oeis.org
1, 1023, 58025, 989527, 8717049, 50700551, 222009073, 791266575, 2413042577, 6513215599, 15937424601, 35979939623, 75941127625, 151396163127, 287395735649, 522861237151, 916482272673, 1554473326175, 2560599031177, 4108933742199, 6439880978201, 9880041813223
Offset: 0
- J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
-
[(n+1)^10-n^10: n in [0..20]]; // Vincenzo Librandi, Nov 22 2011
-
b:=10: a:=n->(n+1)^b-n^b: seq(a(n),n=0..18); # Muniru A Asiru, Feb 28 2018
-
Table[(n+1)^10-n^10,{n,0,20}] (* Vincenzo Librandi, Nov 22 2011 *)
-
for(n=0,20, print1((n+1)^10 - n^10, ", ")) \\ G. C. Greubel, Feb 27 2018
A016786
a(n) = (3*n+1)^10.
Original entry on oeis.org
1, 1048576, 282475249, 10000000000, 137858491849, 1099511627776, 6131066257801, 26559922791424, 95367431640625, 296196766695424, 819628286980801, 2064377754059776, 4808584372417849, 10485760000000000, 21611482313284249, 42420747482776576, 79792266297612001
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
-
[(3*n+1)^10: n in [0..20]]; // Vincenzo Librandi, Sep 29 2011
-
Table[(3n+1)^10,{n,0,100}] (* Mohammad K. Azarian, Jun 15 2016 *)
LinearRecurrence[{11,-55,165,-330,462,-462,330,-165,55,-11,1},{1,1048576,282475249,10000000000,137858491849,1099511627776,6131066257801,26559922791424,95367431640625,296196766695424,819628286980801},20] (* Harvey P. Dale, May 14 2019 *)
A016798
a(n) = (3*n + 2)^10.
Original entry on oeis.org
1024, 9765625, 1073741824, 25937424601, 289254654976, 2015993900449, 10240000000000, 41426511213649, 141167095653376, 420707233300201, 1125899906842624, 2758547353515625, 6278211847988224, 13422659310152401, 27197360938418176, 52599132235830049
Offset: 0
- T. D. Noe, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
A240933
a(n) = n^10 - n^9.
Original entry on oeis.org
0, 0, 512, 39366, 786432, 7812500, 50388480, 242121642, 939524096, 3099363912, 9000000000, 23579476910, 56757583872, 127253992476, 268593608192, 538207031250, 1030792151040, 1897406023952, 3372107936256, 5808378560022, 9728000000000, 15885600931620, 25352653573632
Offset: 0
- Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
-
[n^10-n^9 : n in [0..30]]; // Wesley Ivan Hurt, Aug 03 2014
-
A240933:=n->n^10-n^9: seq(A240933(n), n=0..30); # Wesley Ivan Hurt, Aug 03 2014
-
Table[n^10 - n^9, {n, 0, 30}] (* Wesley Ivan Hurt, Aug 03 2014 *)
CoefficientList[Series[2 (256*x^2 + 16867*x^3 + 190783*x^4 + 621199*x^5 + 689155*x^6 + 264409*x^7 + 30973*x^8 + 757*x^9 + x^10)/(1 - x)^11, {x, 0, 30}], x] (* Wesley Ivan Hurt, Aug 03 2014 *)
LinearRecurrence[{11,-55,165,-330,462,-462,330,-165,55,-11,1},{0,0,512,39366,786432,7812500,50388480,242121642,939524096,3099363912,9000000000},40] (* Harvey P. Dale, Oct 19 2022 *)
-
vector(100, n, (n-1)^10 - (n-1)^9) \\ Derek Orr, Aug 03 2014
A016954
a(n) = (6n+3)^10.
Original entry on oeis.org
59049, 3486784401, 576650390625, 16679880978201, 205891132094649, 1531578985264449, 8140406085191601, 34050628916015625, 119042423827613001, 362033331456891249, 984930291881790849, 2446194060654759801, 5631351470947265625, 12157665459056928801
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..2000
- Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
Cf.
A008454,
A016762,
A016945,
A016946,
A016947,
A016948,
A016949,
A016950,
A016951,
A016952,
A016953.
A016966
a(n) = (6*n + 4)^10.
Original entry on oeis.org
1048576, 10000000000, 1099511627776, 26559922791424, 296196766695424, 2064377754059776, 10485760000000000, 42420747482776576, 144555105949057024, 430804206899405824, 1152921504606846976, 2824752490000000000, 6428888932339941376, 13744803133596058624
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
A016978
a(n) = (6*n + 5)^10.
Original entry on oeis.org
9765625, 25937424601, 2015993900449, 41426511213649, 420707233300201, 2758547353515625, 13422659310152401, 52599132235830049, 174887470365513049, 511116753300641401, 1346274334462890625, 3255243551009881201, 7326680472586200649, 15516041187205853449
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
A071236
a(n) = (n^10 + n^5)/2.
Original entry on oeis.org
0, 1, 528, 29646, 524800, 4884375, 30236976, 141246028, 536887296, 1743421725, 5000050000, 12968792826, 30958806528, 68929431571, 144627596400, 288325575000, 549756338176, 1007997660153, 1785234558096, 3065534366950, 5120001600000, 8339942531151
Offset: 0
- T. A. Gulliver, Sequences from Arrays of Integers, Int. Math. Journal, Vol. 1, No. 4, pp. 323-332, 2002.
- Vincenzo Librandi, Table of n, a(n) for n = 0..2000
- Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
-
List([0..40], n -> n^5*(1 + n^5)/2); # G. C. Greubel, Nov 15 2018
-
[n^5*(n+1)*(n^4-n^3+n^2-n+1)/2: n in [0..40]]; // Vincenzo Librandi, Jun 14 2011
-
seq((n^10 + n^5)/2, n=0..100); # Robert Israel, Nov 19 2014
-
Table[n^5(n+1)(n^4-n^3+n^2-n+1)/2,{n,0,30}] (* or *) LinearRecurrence[{11, -55, 165, -330,462,-462,330,-165,55,-11,1},{0, 1, 528,29646,524800,4884375, 30236976,141246028,536887296, 1743421725, 5000050000}, 30](* Harvey P. Dale, Jul 24 2012 *)
-
a(n)=binomial(n^5+1,2) \\ Charles R Greathouse IV, Nov 19 2014
-
[n^5*(1 + n^5)/2 for n in range(40)] # G. C. Greubel, Nov 15 2018
A198479
a(n) = 10^n * n^10.
Original entry on oeis.org
0, 10, 102400, 59049000, 10485760000, 976562500000, 60466176000000, 2824752490000000, 107374182400000000, 3486784401000000000, 100000000000000000000, 2593742460100000000000, 61917364224000000000000
Offset: 0
-
[10^n*n^10: n in [0..20]]
-
Table[10^n*n^10, {n,0,20}] (* G. C. Greubel, May 17 2022 *)
-
[10^n*n^10 for n in (0..20)] # G. C. Greubel, May 17 2022
Comments