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.
A016750
a(n) = (2*n)^10.
Original entry on oeis.org
0, 1024, 1048576, 60466176, 1073741824, 10000000000, 61917364224, 289254654976, 1099511627776, 3570467226624, 10240000000000, 26559922791424, 63403380965376, 141167095653376, 296196766695424, 590490000000000, 1125899906842624, 2064377754059776, 3656158440062976
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).
-
[(2*n)^10: n in [0..20]]; // Vincenzo Librandi, Sep 05 2011
-
A016750:=n->(2*n)^10: seq(A016750(n), n=0..30); # Wesley Ivan Hurt, Sep 15 2018
-
Table[(2*n)^10, {n,0,30}] (* G. C. Greubel, Sep 15 2018 *)
LinearRecurrence[{11,-55,165,-330,462,-462,330,-165,55,-11,1},{0,1024,1048576,60466176,1073741824,10000000000,61917364224,289254654976,1099511627776,3570467226624,10240000000000},30] (* Harvey P. Dale, May 11 2022 *)
-
vector(30, n, n--; (2*n)^10) \\ G. C. Greubel, Sep 15 2018
A016834
a(n) = (4n+2)^10.
Original entry on oeis.org
1024, 60466176, 10000000000, 289254654976, 3570467226624, 26559922791424, 141167095653376, 590490000000000, 2064377754059776, 6278211847988224, 17080198121677824, 42420747482776576, 97656250000000000, 210832519264920576, 430804206899405824, 839299365868340224
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).
-
Table[(4*n+2)^10, {n, 0, 20}] (* Amiram Eldar, Apr 21 2023 *)
A017338
a(n) = (10*n + 5)^10.
Original entry on oeis.org
9765625, 576650390625, 95367431640625, 2758547353515625, 34050628916015625, 253295162119140625, 1346274334462890625, 5631351470947265625, 19687440434072265625, 59873693923837890625, 162889462677744140625, 404555773570791015625, 931322574615478515625
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).
-
[(10*n+5)^10: n in [0..10]]; // Vincenzo Librandi, Aug 02 2011
-
(10 Range[0,20]+5)^10 (* or *) LinearRecurrence[{11,-55,165,-330,462,-462,330,-165,55,-11,1},{9765625,576650390625,95367431640625,2758547353515625,34050628916015625,253295162119140625,1346274334462890625,5631351470947265625,19687440434072265625,59873693923837890625,162889462677744140625},20] (* Harvey P. Dale, Jul 18 2021 *)
A017122
a(n) = (8*n + 4)^10.
Original entry on oeis.org
1048576, 61917364224, 10240000000000, 296196766695424, 3656158440062976, 27197360938418176, 144555105949057024, 604661760000000000, 2113922820157210624, 6428888932339941376, 17490122876598091776, 43438845422363213824, 100000000000000000000, 215892499727278669824
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).
Showing 1-5 of 5 results.