login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A017026
a(n) = (7*n + 3)^10.
1
59049, 10000000000, 2015993900449, 63403380965376, 819628286980801, 6278211847988224, 34050628916015625, 144555105949057024, 511116753300641401, 1568336880910795776, 4297625829703557649
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
MATHEMATICA
(7 Range[0, 10] + 3)^10 (* Wesley Ivan Hurt, Apr 25 2023 *)
PROG
(Magma) [(7*n+3)^10: n in [0..20]]; // Vincenzo Librandi, Jul 14 2011
CROSSREFS
Sequence in context: A016894 A016954 A272068 * A017110 A017206 A017314
KEYWORD
nonn,easy
STATUS
approved