A016915
a(n) = (6*n)^7.
Original entry on oeis.org
0, 279936, 35831808, 612220032, 4586471424, 21870000000, 78364164096, 230539333248, 587068342272, 1338925209984, 2799360000000, 5455160701056, 10030613004288, 17565568854912, 29509034655744
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..2000
- Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
A017095
a(n) = (8*n + 2)^7.
Original entry on oeis.org
128, 10000000, 612220032, 8031810176, 52523350144, 230539333248, 781250000000, 2207984167552, 5455160701056, 12151280273024, 24928547056768, 47829690000000, 86812553324672, 150363025899136, 250226879128704, 402271083010688, 627485170000000, 953133216331392, 1414067010444416
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
A017119
a(n) = (8*n + 4)^7 = 4^7*(2*n + 1)^7.
Original entry on oeis.org
16384, 35831808, 1280000000, 13492928512, 78364164096, 319277809664, 1028071702528, 2799360000000, 6722988818432, 14645194571776, 29509034655744, 55784660123648, 100000000000000, 171382426877952, 282621973446656, 450766669594624, 698260569735168, 1054135040000000, 1555363874947072, 2248392813428736
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
A017239
a(n) = (9*n + 6)^7.
Original entry on oeis.org
279936, 170859375, 4586471424, 42618442977, 230539333248, 897410677851, 2799360000000, 7446353252589, 17565568854912, 37725479487783, 75144747810816, 140710042265625, 250226879128704, 425927596977747
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
-
[(9*n+6)^7: n in [0..25]]; // Vincenzo Librandi, Jul 25 2011
-
(9*Range[0,20]+6)^7 (* or *) LinearRecurrence[{8,-28,56,-70,56,-28,8,-1},{279936,170859375,4586471424,42618442977,230539333248,897410677851,2799360000000,7446353252589},20] (* Harvey P. Dale, Feb 11 2015 *)
A017263
a(n) = (9*n + 8)^7.
Original entry on oeis.org
2097152, 410338673, 8031810176, 64339296875, 319277809664, 1174711139837, 3521614606208, 9095120158391, 20971520000000, 44231334895529, 86812553324672, 160578147647843, 282621973446656, 476837158203125, 775771085481344, 1222791080775407, 1874584905187328
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
-
[(9*n+8)^7: n in [0..20]]; // Vincenzo Librandi, Jul 28 2011
-
(9*Range[0,20]+8)^7 (* or *) LinearRecurrence[{8,-28,56,-70,56,-28,8,-1},{2097152,410338673,8031810176,64339296875,319277809664,1174711139837,3521614606208,9095120158391},30] (* Harvey P. Dale, Apr 06 2013 *)
A017275
a(n) = (10*n)^7.
Original entry on oeis.org
0, 10000000, 1280000000, 21870000000, 163840000000, 781250000000, 2799360000000, 8235430000000, 20971520000000, 47829690000000, 100000000000000, 194871710000000, 358318080000000, 627485170000000
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
A017323
a(n) = (10*n + 4)^7.
Original entry on oeis.org
16384, 105413504, 4586471424, 52523350144, 319277809664, 1338925209984, 4398046511104, 12151280273024, 29509034655744, 64847759419264, 131593177923584, 250226879128704, 450766669594624, 775771085481344
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
-
[(10*n+4)^7: n in [0..20] ]; // Vincenzo Librandi, Aug 01 2011
-
A017323:=n->(10*n+4)^7: seq(A017323(n), n=0..30); # Wesley Ivan Hurt, Jan 28 2017
-
(10*Range[0,20]+4)^7 (* or *) LinearRecurrence[{8,-28,56,-70,56,-28,8,-1},{16384,105413504,4586471424,52523350144,319277809664,1338925209984,4398046511104,12151280273024},20] (* Harvey P. Dale, Aug 26 2015 *)
-
a(n)=(10*n+4)^7 \\ Charles R Greathouse IV, Jan 29 2017
A017395
a(n) = (11*n)^7.
Original entry on oeis.org
0, 19487171, 2494357888, 42618442977, 319277809664, 1522435234375, 5455160701056, 16048523266853, 40867559636992, 93206534790699, 194871710000000, 379749833583241, 698260569735168, 1222791080775407
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..500
- Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
A017659
a(n) = (12n+11)^7.
Original entry on oeis.org
19487171, 3404825447, 64339296875, 506623120463, 2488651484819, 9095120158391, 27136050989627, 69833729609375, 160578147647843, 337931541778439, 662062621900811, 1222791080775407, 2149422977421875
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
-
[(12*n+11)^7: n in [0..15]]; // Vincenzo Librandi, May 21 2012
-
(12Range[0,20]+11)^7 (* Harvey P. Dale, May 16 2012 *)
LinearRecurrence[{8,-28,56,-70,56,-28,8,-1},{19487171,3404825447,64339296875,506623120463,2488651484819,9095120158391,27136050989627,69833729609375},20] (* Harvey P. Dale, May 16 2012 *)
A050754
Seventh powers containing no pair of consecutive equal digits.
Original entry on oeis.org
0, 1, 128, 2187, 16384, 78125, 823543, 2097152, 4782969, 19487171, 35831808, 62748517, 105413504, 170859375, 268435456, 893871739, 4586471424, 6103515625, 8031810176, 10460353203, 13492928512, 17249876309, 34359738368
Offset: 0