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!)
A017359 a(n) = (10*n + 7)^7. 1
823543, 410338673, 10460353203, 94931877133, 506623120463, 1954897493193, 6060711605323, 16048523266853, 37725479487783, 80798284478113, 160578147647843, 300124211606973, 532875860165503 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The penultimate digit of a(n) is period 10, repeat (4,7,0,3,6,9,2,5,8,1) = A131579(n+8). - Paul Curtz, Mar 07 2011
LINKS
Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
FORMULA
From G. C. Greubel, Nov 08 2018: (Start)
G.f.: (823543 + 403750329*x + 7200703023*x^2 + 22692415945*x^3 + 17136675405*x^4 + 2902898547*x^5 + 62731021*x^6 + 2187*x^7)/(1-x)^8.
E.g.f.: (823543 +409515130*x +4820249700*x^2 +10796835000*x^3 + 7834050000*x^4 +2237900000*x^5 +259000000*x^6 + 10000000*x^7)*exp(x). (End)
MATHEMATICA
Table[(10*n + 7)^7, {n, 0, 20}] (* G. C. Greubel, Nov 08 2018 *)
PROG
(Magma) [(10*n+7)^7: n in [0..20]]; // Vincenzo Librandi, Aug 14 2011
(PARI) vector(20, n, n--; (10*n + 7)^7) \\ G. C. Greubel, Nov 08 2018
CROSSREFS
Sequence in context: A016987 A017155 A017251 * A017479 A017611 A112443
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 June 11 23:14 EDT 2024. Contains 373317 sequences. (Running on oeis4.)