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!)
A105745 For n>2, a(n) > 0 is such that a(n-1)^2+4*a(n-2)*a(n) is a minimal square, a(1)=1, a(2)=12. 1
1, 12, 13, 4, 9, 9, 4, 5, 6, 8, 8, 6, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4, 6, 4, 2, 2, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n)=a(n-5) for n >= 18. - Robert Israel, Oct 02 2020
G.f.: x*(4*x^16 + 4*x^15 + 2*x^14 + 2*x^13 + 3*x^12 - 2*x^11 + x^10 + x^9 - 2*x^8 + 8*x^7 + 8*x^6 - 8*x^5 - 9*x^4 - 4*x^3 - 13*x^2 - 12*x - 1)/(x^5 - 1). - Chai Wah Wu, May 07 2024
MAPLE
A[1]:= 1: A[2]:= 12:
for n from 3 to 100 do
R:= map(rhs@op, [msolve(y^2=A[n-1]^2, 4*A[n-2])]);
ys:= map(t -> (floor((A[n-1]-t)/(4*A[n-2]))+1)*4*A[n-2]+t, R);
A[n]:= (min(ys)^2-A[n-1]^2)/(4*A[n-2]);
od:
seq(A[i], i=1..100); # Robert Israel, Oct 02 2020
CROSSREFS
Sequence in context: A122253 A156456 A077180 * A020511 A008939 A284372
KEYWORD
nonn,easy,changed
AUTHOR
Zak Seidov, Apr 19 2005
EXTENSIONS
More terms from Robert Israel, Oct 02 2020
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 8 17:59 EDT 2024. Contains 372340 sequences. (Running on oeis4.)