Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000075
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000075 Number of positive integers <= 2^n of form 2 x^2 + 3 y^2.
(Formerly M1078 N0408)
+0
1
0, 1, 2, 4, 7, 14, 23, 42, 76, 139, 258, 482, 907, 1717, 3269, 6257, 12020, 23171, 44762, 86683, 168233, 327053, 636837, 1241723, 2424228, 4738426, 9271299, 18157441, 35591647, 69820626, 137068908, 269270450, 529312241, 1041093048, 2048825748, 4034059456 (list; graph; listen)
OFFSET

0,3

REFERENCES

D. Shanks and L. P. Schmid, Variations on a theorem of Landau. Part I, Math. Comp., 20 (1966), 551-569.

LINKS

Index entries for sequences related to populations of quadratic forms

EXAMPLE

a(3)=4 since 2^3=8 and 2=2*1^2, 3=3*1^2, 5=2*1^2+3*1^2, 8=2*2^2.

PROGRAM

(PARI) a(n)=if(n<0, 0, sum(k=1, 2^n, 0<sum(y=0, sqrtint(k\3), issquare((k-3*y^2)/2))))

CROSSREFS

Adjacent sequences: A000072 A000073 A000074 this_sequence A000076 A000077 A000078

Sequence in context: A102957 A018567 A034426 this_sequence A048248 A056180 A000076

KEYWORD

nonn

AUTHOR

njas

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research