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!)
A157916 a(n) = 50*n^2 + 1. 2
51, 201, 451, 801, 1251, 1801, 2451, 3201, 4051, 5001, 6051, 7201, 8451, 9801, 11251, 12801, 14451, 16201, 18051, 20001, 22051, 24201, 26451, 28801, 31251, 33801, 36451, 39201, 42051, 45001, 48051, 51201, 54451, 57801, 61251, 64801, 68451, 72201, 76051, 80001 (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 a(n)^2 - A157915(n)*A005843(n)^2 = 1. - Vincenzo Librandi, Feb 10 2012
LINKS
FORMULA
From Vincenzo Librandi, Feb 10 2012: (Start)
G.f.: x*(51+48*x+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*sqrt(2)))*Pi/(5*sqrt(2)) - 1)/2.
Sum_{n>=1} (-1)^(n+1)/a(n) = (1 - cosech(Pi/(5*sqrt(2)))*Pi/(5*sqrt(2)))/2. (End)
MAPLE
A157916:=n->50*n^2+1: seq(A157916(n), n=1..60); # Wesley Ivan Hurt, Jan 27 2017
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {51, 201, 451}, 40] (* Vincenzo Librandi, Feb 10 2012 *)
PROG
(Magma) I:=[51, 201, 451]; [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(50*n^2 + 1", ")); \\ Vincenzo Librandi, Feb 10 2012
CROSSREFS
Sequence in context: A369922 A031431 A157365 * A007264 A158640 A107253
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 May 23 16:36 EDT 2024. Contains 372765 sequences. (Running on oeis4.)