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!)
A062788 Squares of the form 5n*(n-1)+1. 0
1, 361, 116281, 37442161, 12056259601, 3882078149401, 1250017107847561, 402501626648765281, 129604273763794572961, 41732173650315203728201, 13437630311127731805907801, 4326875228009479326298583761, 1393240385788741215336338063281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A049683(2*n-1) = (1/16) * (Lucas(12*n-6) - 2). - Joerg Arndt, Apr 09 2023
From Chai Wah Wu, Apr 17 2024: (Start)
a(n) = 323*a(n-1) - 323*a(n-2) + a(n-3) for n > 3.
G.f.: x*(-x^2 - 38*x - 1)/((x - 1)*(x^2 - 322*x + 1)). (End)
PROG
(PARI) for(n=1, 10^8, x=(5*n*(n-1)+1); if(issquare(x), print(x)))
CROSSREFS
Bisection of A049683.
Cf. A062786.
Sequence in context: A232081 A231770 A145121 * A048289 A191216 A337729
KEYWORD
nonn,easy,changed
AUTHOR
Jason Earls, Jul 19 2001
EXTENSIONS
More terms from Sean A. Irvine, Apr 08 2023
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:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)