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!)
A076991 a(1) = 1, a(2) = 2, a(n) = smallest positive integer not occurring earlier such that the sum of three successive terms is a square. 7
1, 2, 6, 8, 11, 17, 21, 26, 34, 4, 43, 53, 25, 3, 36, 10, 18, 72, 31, 41, 9, 14, 13, 22, 29, 30, 5, 46, 49, 74, 73, 78, 45, 102, 109, 113, 67, 16, 38, 27, 35, 19, 90, 12, 42, 115, 39, 15, 142, 68, 79, 177, 33, 114, 214, 156, 71, 62, 63, 44, 37, 40, 23, 58, 88, 50, 87, 7, 75 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a = {1, 2}; Do[s = a[[-1]] + a[[-2]]; k = Floor[Sqrt[s]] + 1; While[MemberQ[a, k^2 - s], k++]; AppendTo[a, k^2 - s], {n, 3, 70}]; a (* Ivan Neretin, May 25 2015 *)
CROSSREFS
Sequence in context: A183173 A178931 A243184 * A130205 A054067 A250190
KEYWORD
nonn,look
AUTHOR
Amarnath Murthy, Oct 25 2002
EXTENSIONS
More terms from David Garber, Oct 30 2002
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 May 7 09:38 EDT 2024. Contains 372302 sequences. (Running on oeis4.)