Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000077
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000077 Number of positive integers <= 2^n of form x^2 + 6 y^2
(Formerly M1095 N0417)
+0
1
1, 1, 2, 4, 8, 13, 24, 42, 76, 140, 257, 483, 907, 1717, 3272, 6261, 12027, 23172, 44769, 86708, 168245, 327073, 636849, 1241720, 2424290, 4738450, 9271396, 18157630, 35591729, 69820804, 137069245, 269270791, 529312776, 1041093937, 2048826229, 4034062310 (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.

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Index entries for sequences related to populations of quadratic forms

EXAMPLE

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

PROGRAM

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

CROSSREFS

Sequence in context: A074467 A018066 A096573 this_sequence A054164 A102704 A043774

Adjacent sequences: A000074 A000075 A000076 this_sequence A000078 A000079 A000080

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 December 16 17:18 EST 2009. Contains 170825 sequences.


AT&T Labs Research