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”).

A017314
a(n) = (10*n + 3)^10.
1
59049, 137858491849, 41426511213649, 1531578985264449, 21611482313284249, 174887470365513049, 984930291881790849, 4297625829703557649, 15516041187205853449, 48398230717929318249, 134391637934412192049
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
(10*Range[0, 20]+3)^10 (* Harvey P. Dale, May 15 2012 *)
PROG
(Magma) [(10*n+3)^10: n in [0..10]]; // Vincenzo Librandi, Jul 31 2011
CROSSREFS
Sequence in context: A017026 A017110 A017206 * A017434 A017566 A352038
KEYWORD
nonn,easy
STATUS
approved