login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105040 Nonnegative n such that 7*n^2 + 7*n + 1 is a square. 6
0, 15, 111, 3936, 28320, 999855, 7193295 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

3936 = 254*15 + 111 + 15, 28320 = 254*111 + 111 + 15, 999855 = 254*3936 + 111, 7193295 = 254*28320 + 15.

PROG

(PARI) for(n=0, 7193295, if(issquare(7*n*(n+1)+1), print1(n, ", ")))

CROSSREFS

Sequence in context: A199225 A034184 A092646 * A105051 A110822 A001849

Adjacent sequences:  A105037 A105038 A105039 * A105041 A105042 A105043

KEYWORD

nonn

AUTHOR

Gerald McGarvey (Gerald.McGarvey(AT)comcast.net), Apr 03 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 17:48 EST 2012. Contains 205939 sequences.