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!)
A080198 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, a(n+1)>a(n) and x=(5/4). 0
1, 2, 4, 6, 14, 34, 44, 49, 137, 142, 235, 333, 426, 519, 710, 994, 1278, 1562, 1846, 2130, 2414, 2698, 2982, 3266, 3550, 3834, 4118, 4402, 4686, 4970, 5254, 5538, 5822, 6106, 6390, 6674, 6958, 7242, 7526, 7810, 8094, 8378, 8662, 8946, 9230, 9514, 9798 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) x=(5/4); z=cos(x)^2; a=1; for(n=1, 64, b=a+1; while(z+cos(b*x)^2>1, b++); z=z+cos(b*x)^2; a=b; print1(b, ", "))
CROSSREFS
Sequence in context: A251393 A058059 A053686 * A077637 A077639 A039791
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 04 2003
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 16 04:02 EDT 2024. Contains 371696 sequences. (Running on oeis4.)