login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A329418 Lazy caterer's numbers (A000124) that are also cake numbers (A000125). 0
1, 2, 4, 232, 15226 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(6) > 10^36, if it exists. - Bert Dobbelaere, Jan 18 2020
LINKS
Wikipedia, Cake number.
EXAMPLE
The indices i and j such that a(n) = A000124(i) = A000125(j):
n a(n) i j
1 1 0 0
2 2 1 1
3 4 2 2
4 232 21 11
5 15226 174 45
MATHEMATICA
lazyCatererQ[n_] := IntegerQ @ Sqrt[8*n - 7]; cake[n_] := Binomial[n, 3] + n; Select[Table[cake[n], {n, 0, 100}], lazyCatererQ]
CROSSREFS
Sequence in context: A012612 A012560 A012556 * A018729 A009800 A018742
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Nov 29 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)