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!)
A274544 Values of k such that 2*k-1 and 5*k-1 are both perfect squares. 2
1, 13, 925, 18241, 1333345, 26303005, 1922682061, 37928914465, 2772506198113, 54693468355021, 3997952014996381, 78867943439025313, 5765044033118582785, 113727519745606145821, 8313189497804981379085, 163995004605220623248065, 11987613490790750030057281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Intersection of A001844 and A062317.
LINKS
FORMULA
a(n) = a(n-1) + 1442*a(n-2) - 1442*a(n-3) - a(n-4) + a(n-5) for n>5.
G.f.: x*(1 + 12*x - 530*x^2 + 12*x^3 + x^4) / ((1 - x)*(1 - 38*x + x^2)*(1 + 38*x + x^2)).
EXAMPLE
13 is in the sequence because 2*13-1 = 25 = 5^2, and 5*13-1 = 64 = 8^2.
MATHEMATICA
Rest@ CoefficientList[Series[x (1 + 12 x - 530 x^2 + 12 x^3 + x^4)/((1 - x) (1 - 38 x + x^2) (1 + 38 x + x^2)), {x, 0, 17}], x] (* Michael De Vlieger, Jun 27 2016 *)
PROG
(PARI) Vec(x*(1+12*x-530*x^2+12*x^3+x^4)/((1-x)*(1-38*x+x^2)*(1+38*x+x^2))+ O(x^20))
(PARI) isok(n) = issquare(2*n-1) && issquare(5*n-1); \\ Michel Marcus, Jun 28 2016
CROSSREFS
Sequence in context: A196728 A197068 A337575 * A267915 A358983 A096084
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jun 27 2016
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 9 13:19 EDT 2023. Contains 363180 sequences. (Running on oeis4.)