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!)
A122846 Sequence gives k numbers from A122839. 1
1, 9, 4, 36, 16, 9, 81, 4, 64, 35, 36, 49, 16, 25, 144, 15, 9, 16, 100, 81, 49, 4, 64, 35, 36, 196, 16, 15, 25, 49, 25, 144, 9, 60, 9, 100, 64, 100, 121, 15, 16, 81, 16, 4, 81, 9, 25, 16, 49, 4, 25, 16, 121, 25, 35, 256, 114, 36, 35, 81, 4, 49, 16, 16, 36, 4, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Almost all terms are squares.
LINKS
FORMULA
a(n) = f(A122839(n)), where f(m) = A000203(m)*A034448(m)/A047994(m)^2. - Amiram Eldar, Dec 11 2019
MATHEMATICA
f[p_, e_] := (p^(e+1)-1)*(p^e+1)/(p-1)/(p^e-1)^2; ratio[1] = 1; ratio[n_] := Times @@ (f @@@ FactorInteger[n]); Select[ratio /@ Range[10^5], IntegerQ] (* Amiram Eldar, Dec 11 2019 *)
CROSSREFS
Sequence in context: A104728 A058093 A164032 * A248309 A317900 A298583
KEYWORD
nonn
AUTHOR
Yasutoshi Kohmoto, Oct 23 2006
EXTENSIONS
More terms from Amiram Eldar, Dec 11 2019
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 24 05:26 EDT 2024. Contains 371918 sequences. (Running on oeis4.)