Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A138615
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A138615 Numbers of the form n^4 - m^2, where 0 < m < n^2. +0
1
7, 12, 15, 17, 31, 32, 45, 49, 56, 60, 65, 71, 72, 77, 80, 87, 96, 97, 112, 127, 135, 140, 141, 156, 161, 175, 184, 192, 199, 207, 220, 225, 231, 240, 241, 247, 252, 255, 264, 272, 285, 287, 301, 320, 335, 336, 337, 369, 375, 376, 391, 396, 400, 429, 449, 455 (list; graph; listen)
OFFSET

1,1

LINKS

Klaus Brockhaus, Table of n, a(n) for n=1..1000

EXAMPLE

7 is in the sequence because 2^4 - 3^2 = 7; 127 is in the sequence because 8^4 - 63^2 = 127.

PROGRAM

(PARI) {z=455; v=[]; n=2; while((p=n^4)-(q=n^2-1)^2<=z, m=q; while(m>0&&(a=p-m^2)<=z, v=concat(v, a); m--); n++); v=listsort(List(v), 1); for(j=1, #v, print1(v[j], ", "))} /* Klaus Brockhaus, May 31 2008 */

CROSSREFS

Sequence in context: A162194 A145310 A072834 this_sequence A071780 A063303 A091215

Adjacent sequences: A138612 A138613 A138614 this_sequence A138616 A138617 A138618

KEYWORD

nonn

AUTHOR

Garrett Webb (garrettwebb(AT)gmail.com), May 14 2008

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), May 31 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 11 12:57 EST 2009. Contains 170656 sequences.


AT&T Labs Research