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!)
A254333 Squares (A000290) which are also centered pentagonal numbers (A005891). 4
1, 16, 1156, 22801, 1666681, 32878756, 2403352576, 47411143081, 3465632747641, 68366835443776, 4997440018745476, 98584929298781641, 7206305041398228481, 142159399682007682276, 10391486872256226723856, 204993755756525779060081, 14984516863488437537571601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = a(n-1)+1442*a(n-2)-1442*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+15*x^3-302*x^2+15*x+1) / ((x-1)*(x^2-38*x+1)*(x^2+38*x+1)).
EXAMPLE
16 is in the sequence because it is the 4th square number and the 3rd centered pentagonal number.
MATHEMATICA
LinearRecurrence[{1, 1442, -1442, -1, 1}, {1, 16, 1156, 22801, 1666681}, 20] (* Harvey P. Dale, Jul 26 2015 *)
PROG
(PARI) Vec(-x*(x^4+15*x^3-302*x^2+15*x+1) / ((x-1)*(x^2-38*x+1)*(x^2+38*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A279295 A353029 A053903 * A102807 A160131 A206691
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jan 28 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)