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!)
A290084 a(1) = a(2) = 1; for n > 2, a(n) = A000010(n) / A270492(n). 3
1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 4, 4, 1, 1, 1, 4, 6, 1, 1, 4, 1, 1, 1, 6, 1, 4, 1, 8, 10, 1, 12, 6, 1, 1, 12, 8, 1, 6, 1, 10, 12, 1, 1, 8, 1, 1, 16, 12, 1, 1, 20, 12, 18, 1, 1, 8, 1, 1, 6, 16, 12, 10, 1, 16, 22, 12, 1, 12, 1, 1, 20, 18, 30, 12, 1, 16, 1, 1, 1, 12, 16, 1, 28, 20, 1, 12, 12, 22, 30, 1, 36, 16, 1, 1, 30, 20, 1, 16, 1, 24, 24 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
FORMULA
a(1) = a(2) = 1; for n > 2, a(n) = A000010(n) / A270492(n).
PROG
(Scheme) (define (A290084 n) (if (<= n 2) 1 (/ (A000010 n) (A270492 n))))
CROSSREFS
Sequence in context: A373246 A155798 A055652 * A154844 A351089 A133831
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 07 2017
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 September 17 17:50 EDT 2024. Contains 375990 sequences. (Running on oeis4.)