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!)
A254674 Indices of heptagonal numbers (A000566) which are also centered triangular numbers (A005448). 3
1, 10, 34, 601, 2089, 37234, 129466, 2307889, 8024785, 143051866, 497407186, 8866907785, 30831220729, 549605230786, 1911038277994, 34066657400929, 118453542014881, 2111583153626794, 7342208566644610, 130884088867460281, 455098477589950921 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also positive integers x in the solutions to 5*x^2 - 3*y^2 - 3*x + 3*y - 2 = 0, the corresponding values of y being A254675.
LINKS
FORMULA
a(n) = a(n-1)+62*a(n-2)-62*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+9*x^3-38*x^2+9*x+1) / ((x-1)*(x^2-8*x+1)*(x^2+8*x+1)).
EXAMPLE
10 is in the sequence because the 10th heptagonal number is 235, which is also the 13th centered triangular number.
PROG
(PARI) Vec(-x*(x^4+9*x^3-38*x^2+9*x+1)/((x-1)*(x^2-8*x+1)*(x^2+8*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A219591 A272365 A230895 * A260336 A010818 A243939
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Feb 05 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 April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)