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!)
A279276 Numbers k such that 2*k+1 and 7*k+1 are both pentagonal numbers (A000326). 3
25, 2093, 2413024782, 199383164500, 16474611689525, 1361262526857873, 1569151855418042668762, 129655718749849826609000, 10713179445632171628299025, 885207493668292813536022453, 1020394636386389128112999131619942, 84313063475888056056234492629533500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,650284185602,-650284185602,0,0,-1,1).
FORMULA
G.f.: x*(25 +2068*x +2413022689*x^2 +196970139718*x^3 +18123884975*x^4 +219343412*x^5 +2687111*x^6 +2*x^7) / ((1 -x)*(1 -898*x +x^2)*(1 +898*x +x^2)*(1 +806402*x^2 +x^4)).
EXAMPLE
25 is in the sequence because 2*25+1 = 51 and 7*25+1 = 176 are both pentagonal numbers.
MATHEMATICA
Rest@CoefficientList[Series[x (25 + 2068 x + 2413022689 x^2 + 196970139718 x^3 + 18123884975 x^4 + 219343412 x^5 + 2687111 x^6 + 2 x^7)/((1 - x) (1 - 898 x + x^2) (1 + 898 x + x^2) (1 + 806402 x^2 + x^4)), {x, 0, 12}], x] (* Michael De Vlieger, Dec 09 2016 *)
LinearRecurrence[{1, 0, 0, 650284185602, -650284185602, 0, 0, -1, 1}, {25, 2093, 2413024782, 199383164500, 16474611689525, 1361262526857873, 1569151855418042668762, 129655718749849826609000, 10713179445632171628299025}, 13] (* Harvey P. Dale, May 02 2019 *)
PROG
(PARI) isok(k) = ispolygonal(2*k+1, 5) & ispolygonal(7*k+1, 5)
(PARI) Vec(x*(25 +2068*x +2413022689*x^2 +196970139718*x^3 +18123884975*x^4 +219343412*x^5 +2687111*x^6 +2*x^7) / ((1 -x)*(1 -898*x +x^2)*(1 +898*x +x^2)*(1 +806402*x^2 +x^4)) + O(x^15))
CROSSREFS
Sequence in context: A051112 A061843 A173948 * A197408 A197430 A195272
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Dec 09 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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)