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!)
A176796 Numbers k such that A129307(k) + A129307(k+1) is a square. 1
1, 3, 12, 14, 17, 25, 30, 35, 39, 69, 71, 74, 80, 83, 88, 102, 107, 122, 126, 129, 134, 151, 170, 172, 176, 184, 187, 202, 220, 239, 244, 249, 258, 261, 263, 272, 280, 283, 289, 298, 308, 321, 363, 371, 377, 386, 390, 403, 421, 432, 438, 447, 451, 453, 477, 480 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Squares are in A075577.
LINKS
MAPLE
A027861 := proc(n) option remember; local a; if n= 1 then 1; else for a from procname(n-1)+1 do if isprime(a^2+(a+1)^2) then return a; end if; end do: end if; end proc:
A129307 := proc(n) A000217(A027861(n)) ; end proc:
A176796 := proc(n) option remember; if n = 1 then 1; else for a from procname(n-1)+1 do if issqr(A129307(a)+A129307(a+1)) then return a; end if; end do: end if; end proc:
seq(A176796(n), n=1..80) ; # R. J. Mathar, Jun 28 2010
CROSSREFS
Sequence in context: A341799 A089919 A222711 * A242130 A286386 A032918
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Apr 26 2010
EXTENSIONS
Extended beyond a(5) by R. J. Mathar, Jun 28 2010
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)