cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A075736 Fibonacci numbers F(k) as k runs through the products of an odd number of distinct primes A030059 (mu(k)=-1).

Original entry on oeis.org

1, 2, 5, 13, 89, 233, 1597, 4181, 28657, 514229, 832040, 1346269, 24157817, 165580141, 267914296, 433494437, 2971215073, 53316291173, 956722026041, 2504730781961, 27777890035288, 44945570212853, 190392490709135
Offset: 1

Views

Author

Jani Melik, Oct 07 2002

Keywords

Examples

			30=2*3*5 and fibonacci(30)=832040, 31 is prime and fibonacci(31)=1346269,...
		

Crossrefs

Programs

Formula

a(n) = A000045(A030059(n)).