Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123122
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123122 a(n) = 5*i + 7*j for some nonnegative integers i and j. +0
1
0, 5, 7, 10, 12, 14, 15, 17, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81 (list; graph; listen)
OFFSET

1,2

COMMENT

The only numbers not of this form belong to the finite set {1, 2, 3, 4, 6, 8, 9, 11, 13, 16, 18, 23}. - Robert G. Wilson v

EXAMPLE

a(7) = 17 because 5*2 + 7*1 = 17

MAPLE

k:=array(0..47); n:=0; for i from 0 to 7 do for j from 0 to 5 do k[n] := 5*i + 7*j; n:=n+1; end do; end do; for i from 0 to 47 do for j from 0 to 47 do if(k[i] < k[j]) then temp:=k[j]; k[j]:=k[i]; k[i]:=temp; end if; end do; end do; print(k);

MATHEMATICA

Take[Union@ Flatten@ Table[5i + 7j, {i, 0, 35}, {j, 0, 25}], 70] (* Robert G. Wilson v *)

CROSSREFS

Sequence in context: A088707 A129415 A075275 this_sequence A138366 A129189 A066513

Adjacent sequences: A123119 A123120 A123121 this_sequence A123123 A123124 A123125

KEYWORD

nonn

AUTHOR

Ben Thurston (benthurston27(AT)yahoo.com), Sep 29 2006

EXTENSIONS

Corrected and extended by Robert G. Wilson v Sep 30 2006

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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research