[go: up one dir, main page]

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!)
A107253 a(n) = n^4 - 15*n + 15. 1
1, 1, 51, 211, 565, 1221, 2311, 3991, 6441, 9865, 14491, 20571, 28381, 38221, 50415, 65311, 83281, 104721, 130051, 159715, 194181, 233941, 279511, 331431, 390265, 456601, 531051, 614251, 706861, 809565, 923071, 1048111, 1185441, 1335841 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) == A109009(n) (mod 10). - Michel Marcus, Sep 05 2013
LINKS
FORMULA
G.f.: x*(1-4*x+56*x^2-44*x^3+15*x^4)/(1-x)^5. - Vincenzo Librandi, Sep 06 2013
EXAMPLE
a(2) = 2^4 - 15*2 + 15 = 1;
a(4) = 4^4 - 15*4 + 15 = 211.
MATHEMATICA
Table[(n^4 - 15 n + 15), {n, 1, 40}] (* Vincenzo Librandi, Sep 06 2013 *)
LinearRecurrence[{5, -10, 10, -5, 1}, {1, 1, 51, 211, 565}, 40] (* Harvey P. Dale, Nov 23 2019 *)
PROG
(PARI) a(n) = n^4 - 15*n + 15; \\ Michel Marcus, Sep 05 2013
(Magma) [n^4 - 15*n + 15: n in [1..40]]; // Vincenzo Librandi, Sep 06 2013
CROSSREFS
Sequence in context: A157916 A007264 A158640 * A030535 A201813 A193250
KEYWORD
nonn,easy
AUTHOR
Andras Erszegi (erszegi.andras(AT)chello.hu), May 14 2005
EXTENSIONS
Definition clarified by Ralf Stephan, Nov 18 2010.
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 August 30 17:27 EDT 2024. Contains 375545 sequences. (Running on oeis4.)