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!)
A254710 Indices of centered square numbers (A001844) which are also pentagonal numbers (A000326). 3
1, 2, 9, 22, 119, 300, 1651, 4172, 22989, 58102, 320189, 809250, 4459651, 11271392, 62114919, 156990232, 865149209, 2186591850, 12049974001, 30455295662, 167834486799, 424187547412, 2337632841179, 5908170368100, 32559025289701, 82290197605982 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also positive integers y in the solutions to 3*x^2 - 4*y^2 - x + 4*y - 2 = 0, the corresponding values of x being A254709.
LINKS
FORMULA
a(n) = a(n-1)+14*a(n-2)-14*a(n-3)-a(n-4)+a(n-5).
G.f.: x*(x^3+7*x^2-x-1) / ((x-1)*(x^2-4*x+1)*(x^2+4*x+1)).
EXAMPLE
9 is in the sequence because the 9th centered square number is 145, which is also the 10th pentagonal number.
PROG
(PARI) Vec(x*(x^3+7*x^2-x-1)/((x-1)*(x^2-4*x+1)*(x^2+4*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A025176 A032315 A032224 * A193758 A368626 A032149
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Feb 06 2015
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 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)