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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125853 Squared radii of circles centered at a grid point in a square lattice hitting exactly 4 points. Indices k such that A004018(k)=4. 1
1, 2, 4, 8, 9, 16, 18, 32, 36, 49, 64, 72, 81, 98, 121, 128, 144, 162, 196, 242, 256, 288, 324, 361, 392, 441, 484, 512, 529, 576, 648, 722, 729, 784, 882, 961, 968, 1024, 1058, 1089, 1152, 1296, 1444, 1458, 1568, 1764, 1849, 1922, 1936, 2048, 2116, 2178, 2209 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Herman Jamke (hermanjamke(AT)fastmail.fm), Dec 18 2007, Table of n, a(n) for n = 1..501

FORMULA

Numbers of the form 2^e0 * 3^(2*e1) * 7^(2*e2) * 11^(2*e3) * ... * qk^(2*ek) where qk is the k-th prime of the form 4*n+3 (A002145). - Herman Jamke (hermanjamke(AT)fastmail.fm), Dec 17 2007

PROG

(PARI) for(n=1, 100000, fctrs=factor(n); c=1; for(i=1, matsize(fctrs)[1], p4=fctrs[i, 1]%4; if(p4==1||(p4==3 && fctrs[i, 2]%2==1), c=0)); if(c, print1(n", "))) - Herman Jamke (hermanjamke(AT)fastmail.fm), Dec 17 2007

CROSSREFS

Cf. A004018.

Sequence in context: A071601 A114400 A023898 * A080025 A152111 A025611

Adjacent sequences:  A125850 A125851 A125852 * A125854 A125855 A125856

KEYWORD

nonn

AUTHOR

Hugo Pfoertner (hugo(AT)pfoertner.org), Jan 07 2007

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 23:53 EST 2012. Contains 205689 sequences.