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!)
A256074 Squares representable as k*m + k + m, where k >= m > 1 are squares. 0
49, 169, 324, 441, 961, 1849, 2209, 3249, 5329, 8281, 12321, 15129, 17424, 17689, 24649, 33489, 44521, 58081, 58564, 64009, 65025, 74529, 94249, 103684, 117649, 145161, 177241, 191844, 214369, 237169, 257049, 305809, 361201, 423801, 480249, 494209, 573049, 660969, 700569 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A subsequence of A254671.
The sequence of square roots of a(n) begins: 7, 13, 18, 21, 31, 43, 47, 57, 73, 91, 111, 123, 132, 133, 157, 183, 211, 241, 242, 253, 255, 273, 307, 322, 343.
LINKS
EXAMPLE
a(1) = 49 = 4*9 + 4 + 9.
a(2) = 169 = 9*16 + 9 + 16.
PROG
(PARI) v=[]; for(m=2, 100, for(k=m, 10^3, if(issquare(s=(k*m)^2+k^2+m^2), v=concat(v, s)))); vecsort(v) \\ Derek Orr, Mar 21 2015
CROSSREFS
Sequence in context: A074216 A216870 A254624 * A369565 A016922 A277793
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Mar 14 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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)