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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140211 Prod(h: h=3 mod 4 and h|n). 3
1, 1, 3, 1, 1, 3, 7, 1, 3, 1, 11, 3, 1, 7, 45, 1, 1, 3, 19, 1, 21, 11, 23, 3, 1, 1, 81, 7, 1, 45, 31, 1, 33, 1, 245, 3, 1, 19, 117, 1, 1, 21, 43, 11, 45, 23, 47, 3, 7, 1, 153, 1, 1, 81, 605, 7, 57, 1, 59, 45, 1, 31, 1323, 1, 1, 33, 67, 1, 69, 245, 71, 3, 1, 1, 3375, 19, 77, 117, 79, 1, 81, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

J. Mulder, Table of n, a(n) for n=1..20000

MATHEMATICA

ListProduct[lst_] := Fold[Times, 1, lst] lst = {}; For[n = 1, n <= 1000, n++, AppendTo[lst, ListProduct[Select[Divisors[n], Mod[ #, 4] == 3 &]]]] lst [From Jasper Mulder (jasper.mulder(AT)planet.nl), Jul 15 2009]

CROSSREFS

Sequence in context: A107294 A161788 A170819 * A097706 A132740 A106621

Adjacent sequences:  A140208 A140209 A140210 * A140212 A140213 A140214

KEYWORD

nonn

AUTHOR

R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 27 2008

EXTENSIONS

More terms from Jasper Mulder (jasper.mulder(AT)planet.nl), Jul 15 2009

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 20:38 EST 2012. Contains 205663 sequences.