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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080138 Least positive integer multiples of angle x such that their direction cosines form a unit vector: sum(k>0, cos(a(k)*x)^2)=1, where a(1)=1 and x=3. 5
1, 11, 12, 33, 100, 122, 144, 233, 344, 477, 588, 832, 943, 1187, 2008, 15853, 16563, 17273, 121621, 191068, 260515, 503757, 573204, 955340, 1337476, 1719612, 2101748, 3317603, 4464011, 4846147, 5228283, 5610419, 10647634, 16066985 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) x=3; z=cos(x)^2; a=1; for(n=1, 35, b=a+1; while(z+cos(b*x)^2>1, b++); z=z+cos(b*x)^2; a=b; print1(b, ", "))

CROSSREFS

Cf. A080136, A080137, A080139, A080140.

Sequence in context: A172173 A061760 A075559 * A041252 A041250 A041254

Adjacent sequences:  A080135 A080136 A080137 * A080139 A080140 A080141

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 30 2003

EXTENSIONS

Corrected and extended with PARI program by Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 04 2003

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 14 00:47 EST 2012. Contains 205567 sequences.