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!)
A273374 Squares ending in digit 9. 3

%I #39 Mar 09 2023 02:21:51

%S 9,49,169,289,529,729,1089,1369,1849,2209,2809,3249,3969,4489,5329,

%T 5929,6889,7569,8649,9409,10609,11449,12769,13689,15129,16129,17689,

%U 18769,20449,21609,23409,24649,26569,27889,29929,31329,33489,34969,37249,38809

%N Squares ending in digit 9.

%C A quasipolynomial of order two and degree two: a(n) = 25n^2 - 30n + 9 if n is even and 25n^2 - 20n + 4 if n is odd. - _Charles R Greathouse IV_, Nov 03 2021

%H Seiichi Manyama, <a href="/A273374/b273374.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,2,-2,-1,1).

%F G.f.: x*(9 + 40*x + 102*x^2 + 40*x^3 + 9*x^4)/((1 + x)^2*(1 - x)^3).

%F a(n) = 6 + (50*(n-1)*n - 5*(2*n-1)*(-1)^n + 1)/2.

%F a(n) = A063226(n)^2. - _Seiichi Manyama_, May 25 2016

%F Sum_{n>=1} 1/a(n) = Pi^2*(3-sqrt(5))/50. - _Amiram Eldar_, Feb 16 2023

%t Table[6 + (50 (n - 1) n - 5 (2 n - 1) (-1)^n + 1)/2, {n, 1, 50}]

%o (Magma) /* By definition: */ [n^2: n in [0..200] | Modexp(n,2,10) eq 9];

%o (Magma) [6+(50*(n-1)*n-5*(2*n-1)*(-1)^n+1)/2: n in [1..50]];

%o (PARI) a(n)=(5*n-3+n%2)^2 \\ _Charles R Greathouse IV_, Nov 03 2021

%Y Cf. A000290, A016754, A063226.

%Y Cf. A017377 (numbers ending in 9), A017379 (cubes ending in 9).

%Y Cf. similar sequences listed in A273373.

%K nonn,base,easy

%O 1,1

%A _Vincenzo Librandi_, May 21 2016

%E Corrected and extended by _Bruno Berselli_, May 21 2016

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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)