[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!)
A157915 a(n) = 625*n^2 + 25. 2
650, 2525, 5650, 10025, 15650, 22525, 30650, 40025, 50650, 62525, 75650, 90025, 105650, 122525, 140650, 160025, 180650, 202525, 225650, 250025, 275650, 302525, 330650, 360025, 390650, 422525, 455650, 490025, 525650, 562525, 600650, 640025, 680650, 722525, 765650 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (50*n^2 + 1)^2 - (625*n^2 + 25)*(2*n)^2 = 1 can be written as A157916(n)^2 - a(n)*A005843(n)^2 = 1. - Vincenzo Librandi, Feb 10 2012
LINKS
FORMULA
From Vincenzo Librandi, Feb 10 2012: (Start)
G.f: x*(650 + 575*x + 25*x^2)/(1-x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)
From Amiram Eldar, Mar 07 2023: (Start)
Sum_{n>=1} 1/a(n) = (coth(Pi/5)*Pi/5 - 1)/50.
Sum_{n>=1} (-1)^(n+1)/a(n) = (1 - cosech(Pi/5)*Pi/5)/50. (End)
MATHEMATICA
625Range[40]^2+25 (* Harvey P. Dale, Apr 05 2011 *)
LinearRecurrence[{3, -3, 1}, {650, 2525, 5650}, 40] (* Vincenzo Librandi, Feb 10 2012 *)
PROG
(Magma) I:=[650, 2525, 5650]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+Self(n-3): n in [1..50]]; // Vincenzo Librandi, Feb 10 2012
(PARI) for(n=1, 40, print1(625*n^2 + 25", ")); \\ Vincenzo Librandi, Feb 10 2012
CROSSREFS
Sequence in context: A185666 A114047 A288142 * A158639 A162025 A251861
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 09 2009
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 07:09 EDT 2024. Contains 375532 sequences. (Running on oeis4.)