The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017015 a(n) = (7*n + 2)^11. 1
2048, 31381059609, 17592186044416, 952809757913927, 17714700000000000, 177917621779460413, 1196683881290399744, 6071163615208263051, 24986644000165537792, 87507831740087890625, 269561249468963094528 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
MAPLE
seq((7*n+2)^11, n=0..12); # Muniru A Asiru, Oct 13 2018
MATHEMATICA
(7*Range[0, 20]+2)^11 (* Harvey P. Dale, Jun 20 2015 *)
PROG
(Magma) [(7*n+2)^11: n in [0..20]]; // Vincenzo Librandi, Jul 13 2011
(PARI) a(n) = (7*n+2)^11; \\ Altug Alkan, Oct 13 2018
(GAP) List([0..12], n->(7*n+2)^11); # Muniru A Asiru, Oct 13 2018
CROSSREFS
Sequence in context: A016835 A016883 A016943 * A017099 A017195 A017303
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 18 23:43 EDT 2024. Contains 372666 sequences. (Running on oeis4.)