Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A083510
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A083510 Members of A000124 which are the arithmetic mean of two other members. +0
1
4, 22, 29, 37, 79, 106, 154, 172, 191, 211, 254, 326, 352, 379, 466, 529, 667, 704, 904, 947, 991, 1036, 1129, 1177, 1276, 1379, 1486, 1541, 1597, 1654, 1712, 1771, 1892, 1954, 2279, 2347, 2557, 2629, 2776, 2927, 3004, 3082, 3161, 3404, 3571, 3742, 3829 (list; graph; listen)
OFFSET

1,1

EXAMPLE

4 = (1+7)/2, 37 = (7 +67)/2. etc.

PROGRAM

(PARI) V = vector(5000); for (i = 1, 5000, V[i] = 1 + binomial(i, 2)); count = 0; i = 1; while (count < 50, i++; found = 0; j = i - 1; k = i + 1; x = 2*V[i]; while (!found && j, if (V[j] + V[k] > x, j--, if (V[j] + V[k] < x, k++, found = 1))); if (found, count++; print(V[i]))); (Wasserman)

CROSSREFS

Cf. A000124.

Sequence in context: A098836 A036920 A036921 this_sequence A078647 A031108 A163484

Adjacent sequences: A083507 A083508 A083509 this_sequence A083511 A083512 A083513

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 05 2003

EXTENSIONS

Corrected and extended by David Wasserman (wasserma(AT)spawar.navy.mil), Nov 18 2004

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 4 15:11 EST 2009. Contains 170347 sequences.


AT&T Labs Research