OFFSET
1,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
F. C. Auluck, K. S. Singwi and B. K. Agarwala, On a new type of partition, Proc. Nat. Inst. Sci. India 16 (1950) 147-156.
Steven Finch, Integer Partitions, September 22, 2004. [Cached copy, with permission of the author]
FORMULA
B = sqrt(Pi^2/12 + 2*log(phi)^2), where phi is the golden ratio.
EXAMPLE
1.133841556205496466733768632460501931206029628808654...
MATHEMATICA
B = Sqrt[Pi^2/12 + 2*Log[GoldenRatio]^2]; RealDigits[B, 10, 99] // First
PROG
(PARI) sqrt(Pi^2/12 + 2*(log((1+sqrt(5))/2))^2) \\ G. C. Greubel, Apr 06 2017
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Oct 27 2014
STATUS
approved