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!)
A273365 Numbers k such that 10*k+4 is a perfect square. 5
0, 6, 14, 32, 48, 78, 102, 144, 176, 230, 270, 336, 384, 462, 518, 608, 672, 774, 846, 960, 1040, 1166, 1254, 1392, 1488, 1638, 1742, 1904, 2016, 2190, 2310, 2496, 2624, 2822, 2958, 3168, 3312, 3534, 3686, 3920, 4080, 4326, 4494 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(2n) = 10*n^2 + 4*n, n>=0.
a(2n-1) = 10*n^2 - 4*n, n>=1.
G.f.: 2*x*(3*x^2+4x+3)/((1-x)^3*(1+x)^2).
From G. C. Greubel, May 21 2016: (Start)
E.g.f.: (1/2)*((5*x^2 + 11*x)*cosh(x) + (5*x^2 + 9*x + 1)*sinh(x)).
a(n) = a(n-1) + 2*a(n-2) - 2*a(n-3) - a(n-4) + a(n-5). (End)
MATHEMATICA
LinearRecurrence[{1, 2, -2, -1, 1}, {0, 6, 14, 32, 48}, 50] (* G. C. Greubel, May 21 2016 *)
Select[Range[0, 5000], IntegerQ[Sqrt[10#+4]]&] (* Harvey P. Dale, Apr 19 2019 *)
PROG
(PARI) is(n)=issquare(10*n+4) \\ Charles R Greathouse IV, Jan 31 2017
CROSSREFS
Cf. A033583 (perfect squares ending in 0 in base 10 with final 0 removed).
Sequence in context: A134067 A350107 A024932 * A271996 A199705 A225972
KEYWORD
nonn,easy
AUTHOR
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 09:18 EDT 2024. Contains 371967 sequences. (Running on oeis4.)