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!)
A254138 Pentagonal numbers (A000326) which are also centered hexagonal numbers (A003215). 3
1, 7957, 1185037, 10596309577, 1578130224697, 14111253811878301, 2101618114050816901, 18792154258821103289617, 2798754265133491448134897, 25025774916617575492416996517, 3727140237435880812247465267837, 33327174817289665775049786996211801 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = a(n-1)+1331714*a(n-2)-1331714*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+7956*x^3-154634*x^2+7956*x+1) / ((x-1)*(x^2-1154*x+1)*(x^2+1154*x+1)).
EXAMPLE
7957 is in the sequence because it is the 73rd pentagonal number and the 52nd centered hexagonal number.
MATHEMATICA
LinearRecurrence[{1, 1331714, -1331714, -1, 1}, {1, 7957, 1185037, 10596309577, 1578130224697}, 20] (* Harvey P. Dale, Sep 26 2023 *)
PROG
(PARI) Vec(-x*(x^4+7956*x^3-154634*x^2+7956*x+1)/((x-1)*(x^2-1154*x+1)*(x^2+1154*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A316907 A293623 A316908 * A157660 A236786 A252190
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jan 26 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 16 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)